30
Resources to master 5 popular react libraries
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 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.
Material UI is the world's most popular UI framework, additionally, it is based on Google Material Design.
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
React Icons is a library that provides popular icons as React components for your React applications.
styled-components is a library that lets you write CSS code in your Javascript
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!
30