plane
plane copied to clipboard
[feature]: Implement Layout in _app
Is there an existing issue for this?
- [X] I have searched the existing issues
Summary
I read the code implement layout for the app can't persist page state. So pls implement layout in _app
Why should this be worked on?
Because when navigating between pages, we want to persist page state (input values, scroll position, etc.) for a Single-Page Application (SPA) experience.