-
Notifications
You must be signed in to change notification settings - Fork 0
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
Entries state managmenet #7
Comments
Shelob9
pushed a commit
that referenced
this issue
Aug 1, 2018
close via dd5ab69 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Overview
Add support for managing collections of form entries and single entries to a form with Redux.
Notes
Break down of requirments
setEntries(formId, pageNumber, entries)
action function add a page of entries for a formupdateEntry(entry)
action function update one entrygetEntries(page)
selector function get a page of entriesgetEntry(page)
selector function get a page of entriesgetEntries(page)
resolver function get a page of entriesgetEntry(page)
resolver function get a page of entriesBTW I did a talk about developing this library.
The text was updated successfully, but these errors were encountered: