📄️ Introduction
In this section, you will learn how to find, install and utilize React third-party components in your React projects.
📄️ Third-party components
Fortunately, you don't need to build everything from scratch. You can find a lot of third-party components or libraries for React, that are developed and maintained by some developers or organizations.
📄️ Install libraries
Npm basics
📄️ Material UI
Installation
📄️ DataGrid
MUI has a product called MUI X (https://mui.com/x/) that provides advaced components such as data grid, charts and date picker.
📄️ Routing
React Router (https://reactrouter.com) is a collection of navigational components for React or React Native applications. There are three different modes to use React Router (Declarative, Data and Framework). In this material, we are using Data mode.