Start with the right question. Land on the right page.
One search covers the learning path and agent references. Titles, body copy, task keys, packages, and version metadata all participate.
6entries indexed
- 01
Block navigation away from a dirty form
Use useBlocker for router navigation and browser unloads, with explicit state for a custom confirmation UI.
- 02
Build a route tree from files
Create issue list and detail pages, then connect file names, path params, and inferred types.
- 03
Confirm identity before child routes load
Protect a route group with typed Router Context and a pathless layout beforeLoad while preserving the correct post-login destination.
- 04
Contain errors in the right route
Use a global default as the safety net and route errorComponent to isolate local data or render failures.
- 05
Pass dependencies through Router Context
Declare typed dependencies at the root, then use beforeLoad to add inferred context for a route subtree.
- 06
Put filters in the URL
Build shareable, refresh-safe, typed issue filters with validated search params.