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

Add Context/state Flux flow to App #6

Closed
jackreichert opened this issue May 31, 2023 · 0 comments · Fixed by #20
Closed

Add Context/state Flux flow to App #6

jackreichert opened this issue May 31, 2023 · 0 comments · Fixed by #20
Labels
Milestone

Comments

@jackreichert
Copy link
Owner

jackreichert commented May 31, 2023

As a user
I want my data to persist
So that I can use this app effectively

Description

State management and flow is essential for any app to manage its data. Flux is the general standard that has been accepted for front end applications. There are different implementations of it.

Because the data flow is relatively simple, a native implementation without an outside library like redux is sufficient. This can be done using context and state.

Acceptance Criteria

The state should be a list of Tasks each task has a title:string and completed:bool.

@jackreichert jackreichert added this to the Client milestone May 31, 2023
This was referenced May 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant