Skip to content

Stress Testing for React 18's Concurrent Features. Built with React 18, Next.js, and React Three Fiber.

License

Notifications You must be signed in to change notification settings

DawChihLiou/concurrent-react-stress-testing

Repository files navigation

Concurrent React Stress Testing

Stress Testing for React 18's Concurrent Features.

Screenshot

This project is built with

Live Demo

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.

Getting Started

First, install the dependencies

yarn

and run the development server:

yarn dev

Available Scripts

yarn dev

to start development server

yarn start

to start production server

yarn build

to generate production build. The built assets will be in under /.next directory.

yarn export

to export the app to static HTML, which can be run standalone without the need of a Node.js server.

About

Stress Testing for React 18's Concurrent Features. Built with React 18, Next.js, and React Three Fiber.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published