Mastering React.js Scalable & High performing Apps
How to solve performance issues on React applications
There some things that are so critical to building high performing apps and performance is a key element on application development. Through this course you will learn the process of
creating and working with web pack and NPM to enhance the performance of your
applications by your personal requirements.
With the help of variables in ES6 you will learn to reduce code complexity and accomplish easier application and React components management. Furthermore, with the you will learn about how to choose between performance options, overall object strategy and how to build out immutable data.
The most important things students will gain by the end of the video course:
A holistic understanding of how to isolate and understand performance bottle necks and how to address them in react applications. Knowledge on how to build up a production ready high performing React application and much more.
Course learning goals:
- JavaScript ES6/JSX/React Developer
- Building a development and production environment setups.
- Understanding the optimal ways to work with: webpack, React, JavaScript and more.
- Building scalable React apps on the server
- Creating Universal JavaScript(Isomorphic)
- Overall performance tips
- Creating production JavaScript and CSS
Target Learner:
- JavaScript ES6/JSX/React Developer
- With understanding of data types
- Capabilities to install node/npm without our help if they are not setup.
Your Instructor

An Adobe ACP and part of the Adobe pre-release members. Owner of 02Geek.com and the author of the book HTML5 Graphing and Data Visualization. Award winning developer. Most of all a guy that really loves learning and teaching when ever he can. I hope you find my courses interesting and I really hope you enjoy them.
Course Curriculum
-
StartChapter Overview
-
PreviewEnhancing performance with let and const in ES6 (13:12) (13:12)
-
StartCreate a const only when you need it (09:29) (9:29)
-
StartVariables perform better together (12:16) (12:16)
-
StartES6 string performance tips (04:52) (4:52)
-
StartLocalizing lets and consts (05:17) (5:17)
-
StartAvoiding conditions when possible (09:38) (9:38)
-
StartOverall benefit of working with React on performance on the client (08:04) (8:04)
-
StartReferences and further reading: