Useful React Libraries
Hi, I’m Kishen Deemud. In this article I will give you an introduction about most important react libraries.
React Material UI
You can install it using
npm install @material-ui/core
And also you need to include link tags to use the font or font icons. If you want to use SVG icons, you would also use
npm install @material-ui/icons
Using these components is a very straightforward, you import the component that you need into your code and use it in your jsx definition, and can change it's properties suit your needs.
So this library is very easy to use. You can speed up your development. And it's great for things like building and mvp really quickly.
React Spring
There are five hooks
useChain
useSpring
useSprings
useTrail
useTransition
So you import the hook and you would use the hook to define the property. Then you would use the property in an animated div. So it's pretty straightforward and you can use it to your project.
React Bootstrap
This is very similar to react material UI. In that it speeds up the developments. It's a very stable code base and have UI that people are familiar. The choice to use react bootstrap really depends on if you like the UI or not.
You can install it using
npm install react-bootstrap bootstrap
You would also need to include some script tags in your index page. And to use it, you would import the component that you want in to your react code and using it in your jsx.
So I hope you understand my explanation about Useful React libraries. Thank you!
Awesome ❤️🔥
ReplyDeleteAmazing 💪
ReplyDelete