+ 2

Frameworks?

What factors should I consider when choosing between popular frameworks like React, Angular, and Vue for developing a new web application, and which one do you think is the best?

25th Jul 2024, 2:05 AM
Xalulax
Xalulax - avatar
5 odpowiedzi
+ 3
Hi whether you use React, Angular, or Vue depends on what your apps need. You can learn more about each one here: https://www.geeksforgeeks.org/react-vs-angular-vs-vue-which-framework-is-the-best/ It is recommended by several mentors that we only use this section when we have searched else where but still need assistance.
25th Jul 2024, 2:37 AM
Chris Coder
Chris Coder - avatar
+ 2
I don't have a favorite I like vanilla JS.
25th Jul 2024, 2:59 AM
Chris Coder
Chris Coder - avatar
+ 1
And what's your favorite framework?
25th Jul 2024, 2:43 AM
Xalulax
Xalulax - avatar
+ 1
Why would you prefer vanilla js over a framework? I am about to start learning react and my understanding is that it REALLY speeds things up. So what are the drawbacks? Or do you just like the challenge of DIYing things and you have a lot of time on your hands.
26th Jul 2024, 2:47 AM
Zvi
Zvi - avatar
0
What I do with JS does not require a framework. Frameworks can add unneeded complexity. React is more for websites that function like apps.
26th Jul 2024, 7:08 AM
Chris Coder
Chris Coder - avatar