Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@ArtNo what you said doesn't make sense, but I like it.
Vue is definitely better for a fresh start.
But if you have existing resources, or a bigger plan like native app, etc. Then React wins. -
I prefer working with Vue. I like the single file component structure better, i think it's cleaner and faster. But it really comes down to taste.
-
I worked with react for a year and atm i'm learning vue. So far i like vue more, but im still learning. When it comes to datastores i definitely prefer vuex.
For small projects you can use react because it's easier imo. But when things get bigger you should use vue because it helps keep your code clean. -
@sunfishcc no plans for a native app and trying to get my hands on building a PWA...so why not learn all the things!
Goal = ExpressJS, VueJS, material theme == cool PWA
Rethinking the Express part though -
@SyntaxError365 i heard laravel has a good synergy with vue. But i got no experience with that.
In the end you have the choice between js and php, not the best choice ^^" -
@YouAreAPIRate what would you suggest? I have a learning itch and look to beef up my knowledge?
-
@SyntaxError365 i suggest the js route with vuejs and express, even though js-development is more fast-paced than other languages (imo). If you search for "brutal lifecycle of a js framework" you'll see that every js-framework has a lifetime of ~4 years, the bigger ones ~7 years. For me vuejs is one of the bigger ones.
Imo express is like a motor you build everything around, it's pretty much nothing without plugins. Therefore i think it'll still be relevant after those 7 years, because it's a solid base.
Anyway, express seems to be more configurable and you can learn pretty much by doing so. If you needed a simple solution that does most of the things i guess laravel is your thing. It's like linux vs. Windows.
But i'm no expert on that thing so you should ask a second person -
kiki353257yIt's all about state management. Just understand how Redux works and you'll be able to use every reactive framework you want to use, because concept is the same
-
hawkes15727y
-
@hawkes we all did learn a lesson from it though. Whatever reasoning you have, DO NOT skip a version.
-
@ahmadhsalim windows 10? IPhone X? It's the new shit... You skip a version just make a better impression
-
This is not an easy question and the answer really is your personal preference and project needs.
Each of the frameworks, while appearing to be similar, have slightly different goals and how they achieve their objectives. They also are all opinionated in their own way about doing things. Their are some great comparison posts about the differences between them and how they go about achieving similar processes.
Personally I'm a fan of Ember and Vue, and falling back on Node/Express to handle some stopgaps between the two.
The best exercise is to build the exact same app using each to really evaluate what you like if your going to dive all in and really stick to one moving forward for all future complex projects. -
Vue vs React...
Which one do you guys use or like better?
I'm been dabbling in Vue and like it so far...just wondering if I'm putting myself in a pigeon hole against a 'more widely adopted and stable' framework
Angular....meh....
rant