Introduction

Through this tutorial, you will be able to construct an entire application using React and other useful libraries like Babel, Webpack, etc.

Prerequisites

  • Basic knowledge about HTML;

  • Basic knowledge about CSS;

  • Basic knowledge about Javascript;

Who is it for?

  • Developers who want to use React in their projects, but don't know how to start;

  • Developers who already use React, but wants to deep dive into some concepts and to understand how things proceed;

What tech do I need?

  • Any Operational System (Windows, Linux or Mac);

  • You need to have the Node.js installed properly in your machine, preferred the last release;

  • You need to have a code editor or some IDE installed in your computer, such as: Atom, Sublime, Visual Studio Code, Vim;

What I'll learn here?

  • You gonna learn how to build a whole React application from scratch;

  • Basic and advanced concepts about React.

  • Basic and advanced concepts about Javascript.

  • Good frontend development practices.

Last updated