Chapter 7
- Material Design is a system of guidelines and tools created by Google to support the best practices and principles of good design when creating and designing user interfaces.
- A frontend routing library can be useful to create bookmarkable and user-friendly URLs for your application.
- No, React doesn’t prescribe any routing library.
- Redux Toolkit is an opinionated distribution of Redux, which includes utilities that simplify its configuration for the most common use cases.
- React hooks allow users to use state and other features without writing a class.
- JSX or JavaScript XML is an extension to the JavaScript language provided by React.
- React guidelines recommend composition.