Overview
ReactJS finally delivers on the original promise of NodeJS: to build web applications that share code with the web server, to render dynamic pages with interactivity as easily as static pages, and to do it all at speed comparable to other major web frameworks.
Objective
Learn how to share code between your client and server, develop with a tight feedback loop, and render ReactJS applications on the server.
Target Audience
Intermediate+ Web Developers.
Assumed Audience Knowledge
Moderate; enough to know some NodeJS or have an interest in it.
Five things audience members will learn
- How to use webpack
- How to use webpack-dev-server
- Hot reloading of React components
- How to manage a large React project
- How to share code between client and server