Stress Testing for React 18's Concurrent Features.
This project is built with
You can find the live demo on Netlify.
Please note that the demo might crash due to a task timeout. The timeout is caused by the slow API call to /api/coordinates
. This experimental API is built to fetch the coordinates of the cities. If you'd like to interact with the demo, it's recommended to fork the repo and run the development server locally.
First, install the dependencies
yarn
and run the development server:
yarn dev
to start development server
to start production server
to generate production build. The built assets will be in under /.next
directory.
to export the app to static HTML, which can be run standalone without the need of a Node.js server.