React Router Patterns
↔ Design Pattern for react router & snippet examples
Lazy Load Routes
use Lazy()
with route elements
Custom Link
to conditionally render
Route Config
to colocate all routes into single object (for legacy reasons??)
Recursive Route
use Nested Routes with /*
path
to set up nested link within <Route\>
& allow it to return new <Route\>
for Recursion