Can I use a Zustand store inside a React context to create multiple instances of the store?
I’m trying to create a post component where each post has its own state. The post component is really complex, so it’s necessary to use the React context hook.