Showing results for "webpack"
lesson
How to Create a React App With WebpackTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQLA lot of things need to be considered to create the scaffold of a modern React application, like allowing for a modular-based app, compiling ESNext code, transpiling TypeScript code, etc. To avoid spending too much time with build tools, we'll create a modern React/TypeScript application with a single command - create-react-app.