Skip to content

kyaramero/select_loading

Repository files navigation

React-Select with loading

This is a study repository creating a react-select component that searches paginated data. There's a step by step guide in Dev.to

Libraries:

How to run

Clone the repository

git clone https://github.com/kyaramero/select_loading

Install dependencies

npm i

Run project

npm run dev