Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1 KB

README.md

File metadata and controls

29 lines (17 loc) · 1 KB

React Concurrent Mode

Presentation and demo that investigates React's newly unveiled Concurrent Mode. Though still in a very experimental phase, it warrants a look to understand the feature-set and how React will fundamentally shift in the future.

Try the interactive demo

fit

Demo

Demo is based off of create-react-app starter project.

The interactive demo is available online, but to run the demo locally:

cd demo
npm install #or yarn
npm run start #or yarn start

Presentation

Presentation is a markdown file that usese Deckset to render onscreen.

View presentation slides here

Contact

If there are any errors with the demos or presentation, please make a github issue or reach out to me!