Replies: 1 comment 9 replies
-
I'm afraid the question here is very unclear. "Can't see store values" and "nothing seems to work" aren't things we can help answer. Can you show an example project demonstrating the issue, preferably as a CodeSandbox. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
We are using a library where it handles authentication and the value of JWT is available in react library store. Now when we use the react library in another react application, we are not able to see the library store values(Only default value) is available in the react application.
I tried exporting the store directly with respect to react library but nothing seems to work.
My question is - Is it possible to use another react library store with updated value in any other react application?
Tried this as well - https://daveceddia.com/access-redux-store-outside-react/ but only default values are popping up with respect to react custom library and store. Any ideas or help on this please ? Thank you!
What is the expected behavior?
Able to use the same store from react library and use it with another react application for fetching the user data.
Beta Was this translation helpful? Give feedback.
All reactions