hack4impact-uiuc / h4i-recruitment

H4I recruitment platform
https://h4i-recruitment.vercel.app
15 stars 3 forks source link

Put spinners up for loading candidate page and dashboard #205

Open tko22 opened 5 years ago

tko22 commented 5 years ago

155 would fix the loading issue (not requiring spinners) but this would be a good alternative first.

arpanlaha commented 5 years ago

Could use react-async along with a spinner library (react-loader-spinner, react-spinners) for highly controllable loading.

arpanlaha commented 5 years ago

Examples of react-async here: https://css-tricks.com/fetching-data-in-react-using-react-async/.