How to Manage Shared UI State #1820
Unanswered
emmatraversy
asked this question in
Help
Replies: 1 comment 2 replies
-
There shouldn’t be any conflict |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone.
I'm building a custom dashboard and I have this double tier collapsible navigation similar to sidebarOpen state.
but this state is going to affect other components of the ui.
I was wondering what is the best way to share ui state between different components in inertia?
Is going to be conflicts with useContext or Zustand in inertia?
Beta Was this translation helpful? Give feedback.
All reactions