Streaming The problem The solution Enable React 18 Streaming Using defer Evaluating the solution FAQ Why not defer everything by default? When does the fallback render? ...
Not Found (404) Handling How to Send a 404 Root Catch Boundary Nested Catch Boundaries Not Found (404) Handling When a document isn’t found on a web server, it should send a ...
Module Constraints Server Code Pruning No Module Side Effects Higher Order Functions Browser-Only Code on the Server Initializing Browser Only APIs Window Guard Lazy Initializa...
useSubmit useSubmit This hook is simply a re-export of React Router’s useSubmit . Returns the function that may be used to submit a <form> (or some raw FormData ) to the ser...
Frequently Asked Questions How can I have a parent route loader validate the user and protect all child routes? How do I handle multiple forms in one route? How can I have struct...
useRouteLoaderData useRouteLoaderData This hook is simply a re-export of React Router useRouteLoaderData . Pass in a route ID and it will return the loader data for that rout...