Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 655 Bytes

File metadata and controls

24 lines (15 loc) · 655 Bytes

Examples

Demo

You can check a example with hooks here:

Edit react-loader

Simple Example

Install the repo's dependencies, then open this file in a browser.

create-react-app Example

To view an example within create-react-app,

git clone https://github.com/TheCognizantFoundry/react-loader.git
cd react-loader/examples/create-react-app
npm install
npm start

Then view the application in your browser at http://localhost:3000/.