7

What do you guys use for creating the frontend? I guess noone codes the frontend anymore?

Comments
  • 2
    Hmm if you're talking web, yes of course. Vue + Tailwind
  • 1
    Angular or React
  • 1
    I use vite for setting up the project and mostly I use svelte + tailwindcss
  • 4
    Whatever I feel like it's most appropriate and/or whatever I want to learn.
  • 3
    If i do frontend i only do minimal HTML without css
  • 1
    Usually react with css modules/tailwind/styled components depending on requirements
  • 4
    Whatever u do don’t use tailwind or god forbid bootstrap
  • 2
    @phat-lasagna everything depends on the requirements tbh. I'm a big fan of styled components with styled-system tbh. Not everyone will agree though.
  • 2
    I am backend+DevOps guy.
    I was satisfied by Vue.js.
    Minimum to learn, maximum to get in already ready ecosystem solutions without any complicated choices
  • 1
    ChakrasUI ......
  • 1
    Plan your own CSS, using Flexbox and Grid for layout. Also media query for responsiveness.

    I really don't like Tailwind. I thought bootstrap is too wordy. But holy shit. Tailwind is even more wordy.

    Won't you look at their example, how to make a product showcase? Just how many 'flex' are repeated there?

    I would rather write my own CSS and use more descriptive classes, such as "product_container", "product_image", and "product_size_button"
  • 2
    Bootstrap & FontAwesone
  • 2
    My front end? Usually an IP based API or just a terminal 😎
  • 1
    react for webs, react native for apps.
  • 1
    @black-kite same but i prefer angular because i think it's more organized (cli is pretty handy, everything has its own folder)
  • 1
    I used to love working with React, but the more recent projects I’ve been working on use Angular. I too have come to prefer Angular despite some of the verbosity
Add Comment