This project demonstrates the power of the concurrent mode in react, along with usage of react-cache to cache the results.
The project lists Dota 2 heroes for the example!
Disclaimer: The concurrent mode is still in experimental mode, so avoid using it in production apps.
- Install the dependencies
- Build the app
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
If you encounter an error cannot read property readContext
of undefined then refer this issue for a workaround.