[Question] Build front end interface in VueJS or ReactJS ?

you should also look at which framework has a lot of tutorials you can go back yo when you are stuck .React tutorials are all over the place which helps a lot for a quick progress.
 
Well both have a clear and good documentation even video but it's better to read the documentation
you should also look at which framework has a lot of tutorials you can go back yo when you are stuck .React tutorials are all over the place which helps a lot for a quick progress.
 
Well for React I believe you need to know Ecmascript 2015 not sure about that and for VueJS JS is enough
But first learn javascript:D
 
SPA should be used for advanced user experience where you need a lot of JS. My approach is to build a regular multi-page website and only after users login they get redirected to SPA application. So the public facing part is search engine friendly and user-facing part is SPA.
 
  • Like
Reactions: Yee
Well for React I believe you need to know Ecmascript 2015 not sure about that and for VueJS JS is enough

You need to know ES6, everything older is bad code, thats why ES6 was created.
 
Bad React code or everything before ES6 ?
You need to know ES6, everything older is bad code, thats why ES6 was created.
 
Sounds like hybrid cloaking
SPA should be used for advanced user experience where you need a lot of JS. My approach is to build a regular multi-page website and only after users login they get redirected to SPA application. So the public facing part is search engine friendly and user-facing part is SPA.
 
Worked with VueJS for the first time half a year ago, it's awesome and I am using it for everything now
 
  • Like
Reactions: Yee
Back
Top