/react-masterclass

Work in Progress - React Masterclass (Accenture & KeepCoding Bootcamp) - Learning React JS step by step from basics to advanced

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

React Masterclass

React Masterclass Repository: Accenture & KeepCoding Web Bootcamp - march 2019: Learning React JS step by step from basics to advanced

Contents

This React Masterclass is divided in the following labs:

Lab Title
Lab 00 What is React. Key features
Lab 01 Starting a new React Project
Lab 02 React Fundamentals
Lab 03 Data management
Lab 04 Form Components in React
Lab 05 React Best Practices

Prerequisites

  1. Install Visual Studio Code for your operating system:

    Visual Studio Code is a source code editor with support for debugging, embedded Git control, syntax highlighting, intelligent code completion, snippets, and code refactoring.

    Download here and install

  2. Install Node.js for your operating system:

    Node.js is a free, open source server environment that runs on various platforms (Windows, Linux, Unix, Mac OS X, etc.) using the JavaScript runtime built on Chrome's V8 JavaScript engine.

    Download here and install.

    This installation will also install npm, the package manager for Node.js and the world's largest software registry.

  3. Install React Developer Tools

    React Developer Tools is a browser extension for the open-source React JavaScript library. It allows you to inspect the React tree, including the component hierarchy, props, state, and more in the browser Developer Tools.

    Chrome extension

    Firefox extension

Lab 00 - What is React. Key Features >