Skip to content

A workshop which covers intermediate and advanced React usage patterns

Notifications You must be signed in to change notification settings

nearform/react-patterns-workshop

Repository files navigation

CI Deploy

React patterns workshop

A workshop about intermediate and advanced React patterns.

Getting started

Open and follow the slide deck at https://nearform.github.io/react-patterns-workshop/.

To run this workshop you have two options:

  1. setting it up locally
  2. run it in Codesanbox, an online IDE

Running locally

Requirements

  • Node LTS

Setup

  • clone this repository
  • npm i
  • npm run dev to start the application
  • [optional] npm run slides:start to start the slide deck

Running on Codesandbox