Skip to content

mikehazell/talk-react-concurrent-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A talk by Mike Hazell

Given at React Sydney on December 2nd 2019.

You can find the slides for this talk on slides.com/mikehazell/react-concurrent-mode

Each step in the demo is tagged and published as a release. Check out the Releases page for this repo to see each step and a description of what is being changed. Note: you can click on the Changelog link on the left of each release to see a diff of what was changed.

To run the code in this demo:

# install the dependencies
yarn
# start the API server
yarn start:server
# in a seperate terminal, start the client code
yarn start:client

Links and references

Videos