This training intends to introduce web development using the ReactJS ecosystem to any developer. It consists of different exercises that focus on specific topics that will be learned while coding. You can find the slides that introduce the training here.
By reading this training, you will learn:
- The basics of web development today (2019/2020)
- How to use React and TypeScript to create web applications
- How to store & manage the state of your web application with React and Redux
- How to build optimized, production-ready applications with zero-configuration.
Before going any further, please install in your laptop:
We divided the workshop into four Exercises:
- Understanding React and TypeScript
- Creating your first app with React and TypeScript
- Managing your application state with Redux
- Adding navigation to your app
- Advanced topics
Each exercise comes with code that we prepared for you. You will find everything you need to start with inside the begin folder, and the result we expect you to achieve inside the end folder. You don't need to complete any previous exercises to start a new one: you can either use what you built before or the contents of the begin folder you'll find in each Exercise.