Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 852 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 852 Bytes

React module

Things we'll cover

  • React introduction
  • Component architecture
  • Create a first functional component, core hooks
  • State-management
  • Routing, react-router
  • Working with Rest API
  • Testing
  • React advanced patterns

Where to start

Our goal is to re-write your existing projects to React using Create React App template.

To start project, please run the next commands:

  • npm install - install dependencies

  • npm start - start react app

  • npm run start:backend - start backend server

Useful links