Skip to content

nanovazquez/reactjs-training

Repository files navigation

ReactJS Training

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.

Key takeaways:

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.

Pre-requisites

Before going any further, please install in your laptop:

Exercises

We divided the workshop into four Exercises:

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.