Appendix: React
Learn how to set up a React development environment on a local machine.
We'll cover the following...
React setup
Setting up a React development environment has, in the past, been a rather time-consuming and delicate operation. Getting React to work properly with TypeScript in the past only seemed to add to this complexity.
The React community, however, has introduced a set of handy utilities to make setting up a React ...