Docs: avoid full-page rerenders on route transitions
- Dominant language
- TypeScript
- Stars
- 8
- Forks
- 2
- Avg merge
- 13h 44m
- Merged PRs (30d)
- 1
Description
## Status
Already handled by the current view layer on `main` — this is now a **documentation task**.
`createRoutesView` renders only the currently opened view via `useOpenedViews`, and nested content is composed through `Outlet` rather than remounting the whole page (`packages/react/lib/create-routes-view.tsx`).
## What's left
- Document how to structure views so transitions don't remount/rerender the whole page.
- Note constraints and recommended patterns (layouts, `Outlet`, stable view identity).
- Write test from the issue atomic-router/atomic-router#93
## Traceability
Original report: atomic-router/atomic-router#93 — https://github.com/atomic-router/atomic-router/issues/93
Related: #57
Contributor guide
Assessment
This issue has not been assessed yet.