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

[react] State management #79

Closed
andrewazores opened this issue May 18, 2020 · 0 comments · Fixed by #503
Closed

[react] State management #79

andrewazores opened this issue May 18, 2020 · 0 comments · Fixed by #503
Assignees
Labels
feat New feature or request help wanted Extra attention is needed

Comments

@andrewazores
Copy link
Member

As detailed in some recent PR comments:

#73 (comment)

We need to investigate client-side state management to simplify how different views can share the same application state, rather than needing to reinitialize their own local view of the state when mounted, and also to help prevent spurious data refreshes when things update that are not really local client state (ex. button clicks to expand/collapse menus etc.) but rather simple view state.

@andrewazores andrewazores self-assigned this May 18, 2020
@andrewazores andrewazores added enhancement help wanted Extra attention is needed labels May 18, 2020
@andrewazores andrewazores removed their assignment Aug 4, 2020
@andrewazores andrewazores added feat New feature or request and removed enhancement labels Jun 6, 2022
@tthvo tthvo self-assigned this Sep 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants