Chapter 8
- Cross-origin resource sharing is a mechanism that allows a server to share resources to origins different from its own.
- The easiest way to consume an HTTP API and persist its results in a Redux store is by using the
createApi
function provided by Redux Toolkit Query. - Redux Toolkit Query supports read-only
query
operations and read and writemutation
operations. - In Material Design, Snackbars are used to display temporary short messages near the bottom of the screen.
- The default URL for React’s development server is
http://localhost:3000
.