Skip to content

Instantly share code, notes, and snippets.

@Mohammad-Faisal
Created October 14, 2020 18:43
Show Gist options
  • Save Mohammad-Faisal/5f3f38aa7fe71e49575562bf57a51ce2 to your computer and use it in GitHub Desktop.
Save Mohammad-Faisal/5f3f38aa7fe71e49575562bf57a51ce2 to your computer and use it in GitHub Desktop.
Awesome ReactJS Libraries
Here are some awesome react-js libraries to use for upgrading the user experience
1. For Creating scrollable Header for page **react-headroom** is an awesome library.
Details : https://kyleamathews.github.io/react-headroom/
2. For Dealing with Table **material-table** is a very powerful library
Details : https://material-table.com/#/docs/get-started
3. For awesome toast messages **cogo-toast** is the go to option
Details: https://cogoport.github.io/cogo-toast/
4. For Loading animation **react-spinners** is a good option.
Details : https://www.davidhu.io/react-spinners/
5. For Placeholders **react-content-loader** can be used.
Details : https://github.com/danilowoz/react-content-loader
6. For Fade In animation **react-fade-in** is a very easy to use library.
Details : https://www.npmjs.com/package/react-fade-in
7. For Confetti type animation **react-rewards** is a good option
Details : https://github.com/thedevelobear/react-rewards
8. For writing reusable theme based components **styled-components** is a must
Details : https://styled-components.com/
9. For Increating number with animation **react-countup** is a good choice
Details : https://www.npmjs.com/package/react-countup
10. For Transition anumation **react-reveal** can be used
Details: https://www.react-reveal.com/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment