Skip to content

digglp/reactloadingcomponent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with the React Loading Component

React Loading Component is a reusable React component for loading data from APIs with built-in error handling, loading indicators, and retry functionality.

Installation

To use React Loading Component in your React project, install it via NPM:

  1. Install the dependencies

npm install

  1. Set up the development environment variable
  • on Windows Powershell: $env: REACT_APP_ENVIRONMENT='development'
  • on mac: export REACT_APP_ENVIRONMENT=development
  1. Run the application

npm start

To Test

npm run test

License

React Loading Component is released under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published