Source code for my YouTube video about using task pools for tracking multiples asynchronous requests.
Remember to turn ON network throttling on your browser devtools for better results
Clone the repo:
git clone [email protected]:daslaf/task-pool-demo.git
Install the dependencies:
pnpm install
Run the json server:
pnpm run db
Run the frontend:
pnpm run dev