Full Stack Foundations - Routing

    Anchor tags only on frontend. Action prop in a form is same as URL. URLs can store states (/user/123), where 123 is "route parameter", or params. '?' is query of search params. 'npx remix routes' to check routes '_' in filename if don't want to do layout nesting . in filename to create routes in URL + to create a subfolder Layout nesting and URL nesting are possible. Links and NavLinks same as React Router Route params defined thru useParams() hook Resource routes for pdfs, images, json, etc. Omit 'default' in component definition, use async and return new Response(), very powerful.

    epicnotes