effector / effector/router

Docs: avoid full-page rerenders on route transitions

Open
#29 0 comments 0 reactions 1 assignee Claimed by @sergeysova View on GitHub
scope:documentation
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.