aceprogrammer
Junior Member
- Nov 26, 2012
- 122
- 44
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.
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.
But first learn javascript![]()
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.
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.
This is a reason why I want to build the front-end as a progressive app because I see a lot of benefits in SSR,black and white-hat.
Do you test the behavior of the bots or you just hapen to know this ?