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 add/edit screen doesn't use store #153

Open
FilippoVigani opened this issue Oct 18, 2019 · 1 comment
Open

Redux add/edit screen doesn't use store #153

FilippoVigani opened this issue Oct 18, 2019 · 1 comment

Comments

@FilippoVigani
Copy link

I was wondering the reasoning behind the AddEditScreen not using the store to save its state. I would've liked to see how redux is supposed to be used in the scope of editable textboxes. Should I have an action for each edit of the textbox?
How do I decide whether I should use the global state or just use a StatefulWidget?
Why was a GlobalKey used here?
How does the Navigator work with Redux? For instance, should I use the Navigator to route different pages of a shared bottom navigation, or just use a property of global state like in the provided example?

@myfreax
Copy link

myfreax commented Oct 21, 2019

This document may be helpful to you.

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

2 participants