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

Store recordings list in "global" scope #17

Open
tedsecretsource opened this issue Jul 27, 2021 · 0 comments
Open

Store recordings list in "global" scope #17

tedsecretsource opened this issue Jul 27, 2021 · 0 comments
Milestone

Comments

@tedsecretsource
Copy link
Owner

Currently the list of recordings is saved in state in the Recorder component. As other parts of the system will need access to this list, move the state into a more accessible place using Redux, Context, or xstate, or similar.

@tedsecretsource tedsecretsource added this to the candidates milestone Jul 27, 2021
raulrod16124 pushed a commit to raulrod16124/sound-recorder that referenced this issue Jan 13, 2022
…folder with actions, types and the reducer and wrapper the App with a Provider
raulrod16124 pushed a commit to raulrod16124/sound-recorder that referenced this issue Jan 15, 2022
…and delete, update the useEffect case in the Recorder component and modified the actions response of create, update and delete actions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant