How to mix "Practice with no store actions" with "Initialize state with props"? #2320
Unanswered
pabloruizetc
asked this question in
Q&A
Replies: 2 comments 4 replies
-
@pabloruizetc would you mind sharing us a codesandbox demo? |
Beta Was this translation helpful? Give feedback.
2 replies
-
Well I was checking the docs on zustand for nextjs setup here. |
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
-
I would like to define actions at module level, external to the store (docs). But if I initialize a store with props within a context provider (docs) I can't access the scope to define those module level actions.
Is there a way to do that?
Beta Was this translation helpful? Give feedback.
All reactions