I know there are a lot of information out there but I have not found a starting point for learning to work with ReactJs. So, where do you recommend I should start with ReactJs?
I'm new with React as well and the two best sources I could find for starting out are 'React Fundamentals' on pluralsight and 'React' by Ryan Florence on Frontend Masters. Unfortunately, neither are free to access.I also recommend following @ryanflorence and @mjackson because they are heavily involved in the React community and they have some good insight.
Sandeep Panda
co-founder, Hashnode
The official documentation offers a pretty good starting point : facebook.github.io/react/docs/getting-started.html
I would suggest the following learning path :
P.S. If you want to go with Isomorphic apps do check out Alt. I have had nice results with this.