Hello everybody, I'm Aya Bouchiha today, I'm going to share with you useful resources to learn 5 libraries that you will use at least one of them in your next react project.
react-router
React Router is used for developing Single Page Web Applications. It is used to define multiple routes in the application. When a user types a specific URL into the browser, and if this URL path matches any 'route' inside the router file, the user will be redirected to that particular route.
Resources to learn react-router
Material UI
Material UI is the world's most popular UI framework, additionally, it is based on Google Material Design.
Resources to learn material UI
Redux
Redux is a predictable state container designed to help you write JavaScript apps that behave consistently across client, server, and native environments and are easy to test. more details
Resources to lean Redux
React Icons
React Icons is a library that provides popular icons as React components for your React applications.
Resources to lean React Icons
Styled Components
styled-components is a library that lets you write CSS code in your Javascript
Resources to learn Styled components
Summary
React router is used to define multiple routes in a single page application.
Material UI is a UI framework based on Google Material Design.
Redux is a predictable state container
React Icons provides you popular icons as React components
Styled-components lets you write CSS in your Javascript.
Have a nice day!
Top comments (4)
Hi. Thanks for the resources. Your link for Material UI docs doesn't work, there is some unnecessary "/t" at the end of the link
Thank you a lot, I'll fix it now!
Thanks for putting this together, really appreciate it.
Glad to hear that😁, You're always welcome!