My Experience Creating Single Page App Using React js
React is amazing and I am currently using React in almost all the projects. As you may have also heard that React is just the view layer so that means you will have to make choices. The choice about the state management, styling, routing, app structure, naming conventions and much more. These choices could be fun and intimidating at the same time. I am writing this article to outline my challenges and discovery trying to create single page app using React Js.
You can read the complete post on http://classandobjects.com/tutorial/problems_with_react_single_page_app/