DEV Community

amirhossein
amirhossein

Posted on

What are your favorite Javascript frameworks? Why?

Top comments (4)

Collapse
 
marwaneb profile image
Marwan El Boussarghini

Front-end: ReactJS / NextJS
Back-end: ExpressJS

What I love about both is the declarative approach and that they don't force you (or not too much) into a specific project structure that might not be adapted to your need.
I'm also super enthusiastic about the functional direction ReactJS is going with hooks.

Collapse
 
deexter profile image
deexter

I have tried angular, vue and react and react is my most favourite.
There are reasons why:
When you struggle with some package compatibility, it does not take a long time that community will release new one.
I have recently experience with Vue3 and there are a lot of packages that are not still ready for Vue3.
You have huge community so most of your problems were already asked.
Many tutorials and examples.

Collapse
 
eric23 profile image
Eric

So far I've only tried Svelte. I like that it helps with code re-use and encapsulation. It seems so neat and organized. Plus it's so fast.

Collapse
 
amirdev profile image
amirhossein

Hi guys ... i wanna know what do you use or you like to use in javascript frameworks?
Tell me why do use it