It might be difficult to select the right framework for your projects among the sea of options. Three of these frameworks stand out when it comes t...
For further actions, you may consider blocking this person and/or reporting abuse
Some time ago I was in the decision-making of which framework I would use, I finally decided to use SvelteKit, and I love it, that's a good one to consider also.
๐
There is only โpersonal preferenceโ, not best. All these frameworks do the same at the end of day. My pp is Vue3. โSince vue.js is newโ didnโt get where it came from. Vue isnโt new at all, 10+ years.. PS: React.js and Vue.js both released in the same 2013. Why did you put this as "disadvantage"? @adaeze123_
๐
I work with React around 7 years, and this years I need a littlebit work with Angular wich is seems overcomplicated compared to react. But my vote goes to Qwik (from creator of Angular).
๐
Qwik selling point in my view at the moment ( eraly test phase ) is:
class
insteadclassName
and so onpnpm qwik add tailwind
( do the config setup also )Thanks for sharing
I haven't tried Vue.js yet, but I have worked with React and Angular quite a bit. I prefer Angular over React, as it seems to be easier to write clean, maintainable code, and has less reliance on third-party dependencies. It did take me a bit longer to learn, but only because Angular comes with more features out of the box like dependency injection, services, and routing. Angular also has more granular control throughout the change detection lifecycle which I appreciate.
Thanks for sharing
I heard that Anuglar comes with signals now, so the vDOM part might not be relevant for new projects.
Is this a ChatGPT generated response, it seams like something ChatGPT would say :)
Now that you brought it up, I kind of smells like AI
๐
Interesting comparison, I've worked briefly with Vuejs but what I don't like about it is the actual templating syntax, with custom attributes for conditionals, but that is a visual preference as I am a very visual person.
Btw. not sure what you mean by "Is your website active?, you may use either React or Angular", it implies that active websites are better done with React or Angular, seams like an odd statement.
๐๐
They're all frontend frameworks, you can pretty easily build the same app using all the frameworks listed here.
The best on to use is either the one that you want to learn more about or the one you prefer using.
That said, there isn't really a wrong choice here.