Summary
In this chapter, we learned how to use third-party React components. We familiarized ourselves with several components that we are going to use in our frontend. ag-grid
is the table component with built-in features, such as sorting, paging, and filtering.
MUI is the component library that provides multiple UI components that implement Google's Material Design language. We also learned how to use React Router for routing in React applications.
In the next chapter, we will build an environment for frontend development.