Further reading
In this chapter, you learned about the key concepts of Remix’s routing solution. You can find more concepts, such as optional route modules, in Remix’s route documentation: https://remix.run/docs/en/2/file-conventions/routes.
Read about Remix’s Link
and NavLink
components in the Remix documentation:
You can read more about the Request
/Response
model of the Fetch API here: https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API.