DEV Community

Discussion on: Which JavaScript frameworks are worth learning in 2021?

Collapse
 
areknawo profile image
Arek Nawo

I love my current monstrosity of a setup - Vue 3 + JSX + TypeScript. Vue 3 is awesome and the Composition API is just great. I love its inspiration source - React hooks - but I find Composition API even better.
From lesser-known options, I whole-heartedly recommend Solid. I love it for similar reasons - React hooks-inspired API, great TypeScript and JSX support, and crazy performance due to compiler-based architecture.
I've blogged about both of those, if anyone is interested and wants to dive deep.

Collapse
 
ryansolid profile image
Ryan Carniato

That's a very solid recommendation.