Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Redux/Global State management] Explore global state management #134

Open
devYaoYH opened this issue Jun 26, 2020 · 0 comments
Open

[Redux/Global State management] Explore global state management #134

devYaoYH opened this issue Jun 26, 2020 · 0 comments
Assignees
Labels
Frontend Stuff to do with react in `/client`

Comments

@devYaoYH
Copy link
Collaborator

Currently, when user navigates from /store -> /home we refresh list of stores displayed back to none (fresh re-render without props saved). This experience is quite disjoint, need to explore how we can save and restore already retrieved stores.
Options:

  1. Redux, external library for global state management in react
  2. This medium post looks like an interesting alternative without redux using react useContext hook
  3. [imo Bad] Pass some prop called state back and forth between our page components
@devYaoYH devYaoYH added the Frontend Stuff to do with react in `/client` label Jun 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Frontend Stuff to do with react in `/client`
Projects
None yet
Development

No branches or pull requests

2 participants