Chapter 9
- The most appropriate MUI component to display short messages in a way that attracts the user’s attention is
Alert
. - React’s built-in
useState
hook is used to preserve a local state within a component. - The action buttons in a modal dialog are usually located at the bottom.
- You need to add the reducer and its middleware to the main application’s store.
- You need to configure the route path with a
param
definition, which can then be retrieved using theuseParams
hook.