Update sidebar template README.md (#2735)
This commit is contained in:
parent
fc874e2ece
commit
39175f5812
@ -62,7 +62,6 @@ In this template, we have a sidebar component in `{your_app}/components/sidebar.
|
|||||||
|
|
||||||
### Adding State
|
### Adding State
|
||||||
|
|
||||||
As your app grows, we recommend using [substates](https://reflex.dev/docs/state/substates/)
|
As your app grows, we recommend using [substates](https://reflex.dev/docs/substates/overview/) to organize your state.
|
||||||
to organize your state.
|
|
||||||
You can either define substates in their own files, or if the state is
|
You can either define substates in their own files, or if the state is
|
||||||
specific to a page, you can define it in the page file itself.
|
specific to a page, you can define it in the page file itself.
|
||||||
|
Loading…
Reference in New Issue
Block a user