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