DEV Community

Discussion on: A Complete Beginner's Guide to Vue

Collapse
 
yaser profile image
Yaser Al-Najjar

Great intro... thx Ali !

I've always wondered: with the ease and straight-forward-ness of Vue, why people are even looking at React or Angular? just cuz it's from Facebook or Google?!

Collapse
 
guykatz profile image
guykatz

Because people are religious when it comes to coding.
IMHO, Vue will take over sooner than you think...

Collapse
 
revskill10 profile image
Truong Hoang Dung

Have you tried React Hooks, or React Suspense yet ? Just try it and comeback.

Collapse
 
flozero profile image
florent giraud

you have vue hook too so yes i come back :)

Thread Thread
 
revskill10 profile image
Truong Hoang Dung

OK, how about Suspense ? I couldn't live without it for my SSR application.

Thread Thread
 
twigman08 profile image
Chad Smith

I looked at it really quickly, and Vue has something very similar to it from what I understand it does (I didn't watch a talk on it or anything)

Collapse
 
fantasticsoul profile image
幻魂

yeah, hook is cool, you can also try concent composition api or hook for react!
here is an online example: stackblitz.com/edit/concent-regist...

more details see github.com/concentjs/concent
hope you like it, concent is a predictable、zero-cost-use、progressive、high performance's enhanced state management solution for react _^