-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Full Stack Web Development with Remix
By :

“Routing is possibly the most important concept to understand in Remix.”
– Remix documentation
Michael Jackson and Ryan Florence spent years building React Router. It is not a surprise that routing plays an integral role in Remix. One core idea that Michael and Ryan brought over from React Router to Remix is nested routing. Nested routing is a powerful feature that enables the composition of route components.
In this chapter, you will learn about routing in Remix. We’ll cover the following topics:
In this chapter, we will dive into nested routing and cover Remix’s route convention. We will start by creating standalone pages and reviewing Remix’s route module exports. Next, we will review nested, index, dynamic, and (pathless...