What is your favorite or go to JS/CSS framework for web development?
Today, in 2020 there are quite a lot of JavaScript, CSS a d HTML frameworks, most that make our lives as developers easier.
So let me know what your favorite framework is and why it is your favorite!
Mine i would say is Ember JS because of its resemblance to html and Semantic for CSS framework.
Oldest comments (44)
RiotJS
For CSS it would be Bootstrap.
For JS it would be nothing because I like Vanilla JS.
nice always good to stick with vanilla
i like reactjs + bulma css :D
i heard good things about bulma, may try it soon!
Alpine.js + TailwindCSS
No framework is our favorite ;)
Vue for smaller projects with no routing - and for layering client-side rendering in server-side rendered stuff. (think PHP or something with Vue for the fancy bits) (it's basically Angular 1.5)
Ember for real web applications. (#1) but there are many unique scenarios...
We don't have opinions about React - but we prefer controllers and templates over JSX type things.
Oh... and - WordPress is considered a "Framework," right? We use that for a bunch of stuff - and sometimes use it's json-api - and feed that to a client-side app.
(and if you're talking about CSS / no-frameworks for sure... but in a perfect world - we'd use stylus over SCSS but can't really because the tooling fell behind - but also - we have not-so-secret plans to fund it's revival)
We also use all sorts of fun design-thinking frameworks for planning and stuff - that doesn't have to do with code -and things like styletil.es to plan visual design in a lean way.
good answer!
I love this...
But for me Angular and Bootstrap is Best
It all depends on your team. If it works for everyone - then it's the best tool! 😉
React of course.
sinuous - sinuous.netlify.com/
Svelte and Tailwind UI. It's among the most productive combination I've used in twenty years.
I wrote about why I changed from React to Svelte here: mikenikles.com/blog/why-i-moved-fr...
both work well together
+1 for Tailwind
-1 for NOT LIKING svelte ;-)
I've always heard great things about svelte. What makes it so popular and useful?
Tries to give more with less boilerplate code which in general means less code written which is easier to maintain with fewer bugs. Also it is a compiler so there is no svelte runtime downloaded on the client thus for smaller project it means faster download times. On top of that it is very easy to grasp and one can be productive in no time. I suggest you start with the tutorial at svelte.dev to get a better feeling of it.
i sure will thanks!
I suggest you join the Svelte chat at svelte.dev/chat. You'll find a super friendly community who can help if you have questions.
Thats cool
Same here :)
React + styled components
JS: Angular because of typescript and its robustness.
CSS: no framework needed