Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proof of Concept: Limiting API Concurrency and Caching Responses in a React App

This project demonstrates how to:

  • Queue API requests when the concurrency limit is reached.
  • Cache responses to prevent redundant network calls.
  • Manage loading states when opening all items simultaneously.

How to Run

  1. Clone the repository to your local machine.
  2. Navigate to the project directory.
  3. Install the dependencies using npm:
npm install
  1. Start the development server:
npm run dev
  1. Open your web browser and go to http://localhost:5173 to view the application.

About

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages