Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 809 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 809 Bytes

React 101 - build a functional application from the ground up

This repository contains a completed example of the entire lab.

To use this lab as a learning exercise follow the steps in the README.md file step by step and not use a cloned version of the repo.

Overview and Prerequisites

Step 1 - Create Project

Step 2 - Setup React

Step 3 - Setup Storybook

Step 4 - Add Internationalization support

Step 5 - Add Material UI support

Step 6 - Add Application State

Step 7 - Add Actions to the UI

Step 8 - Add Async Event Handler

Step 9 - Server Integration

Step 10 - Testing