CommentAug 30, 2018I would recommend going hard mode and learning C/C++ instead. Why because if you can code in these languages you can pick up any language after that pointWhere do I start to learn programming?
CommentAug 30, 20181React does have it's own server side rendering but it's very convoluted. I would recommend to use NextJS as it's the easiest way to get up and running. They have a good tutorial here too https://nextjs.org/learn/What is the easiest way to render React server side?