Replying to Avatar Sebastix

Question for the front-end / fullstack webdevelopers.

I've started a new attempt rebuilding my own website with just Drupal instead of having two outdated codebases (a single-page application with Vue2 and Gatsy for my blog). With this rebuild, I'm looking at which CSS / front-end framework I like to implement. For many years I've been building stuff with Bootstrap and for the last 3-4 years I've switched to TailwindCSS when starting from scratch. For some projects I've also used some extensions like DaisyUI which give you a lot of components out of the box.

Currently https://sebastix.nl is using Vanilla (vanillaframework.io) but I'm not going to re-use that as it's quite hard for me to switch between three different frameworks (I would like to keep it to 2 at max).

As it's my own website and I would like to keep the design mostly the same, I would like to move fast when building the new front-end (technical it will be a Drupal theme with CSS+JS using Twig templates).

What is your favorite CSS / front-end framework? And why? 🤓

So I can update my curated list with resources on this topic:

#askNostr #frontend

I like Chakra UI cause it’s simple to use https://chakra-ui.com

Reply to this note

Please Login to reply.

Discussion

That has a dependency on the React framework if I'm correct?

I've not mentioned it, but my goal is to use a framework that's independent of any JS development framework.

Yeah I think it’s only for React