DEV Community

Discussion on: What is your #1 favorite web framework?

Collapse
 
perpetual_education profile image
perpetual . education • Edited

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.

Collapse
 
urielbitton profile image
Uriel Bitton

good answer!

Collapse
 
austino profile image
Benard Augustine Adakole

I love this...
But for me Angular and Bootstrap is Best

Collapse
 
perpetual_education profile image
perpetual . education

It all depends on your team. If it works for everyone - then it's the best tool! 😉