You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 21, 2020. It is now read-only.
@rgrempel has explored some nice structure that provides a clearer separation between data and UI state, as well as a single source of truth for the data:
The Backend as the name indicates is responsible for the data.
Fetch is our way of managing which data should be fetched from the backend.
The text was updated successfully, but these errors were encountered:
I've made the scope bigger, and increased the estimation. Since your code in private project is quite general and already documented it will be a lot of copy/ paste - so I think the estimation might be enough.
I'd love to see this done sooner than later, so we could start copying to other projects.
I'll get going on this once the private project settles down a bit ... . It will make a nice companion for some blog posts, as I'll have some public code to refer to!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
@rgrempel has explored some nice structure that provides a clearer separation between data and UI state, as well as a single source of truth for the data:
Backend
as the name indicates is responsible for the data.Fetch
is our way of managing which data should be fetched from the backend.The text was updated successfully, but these errors were encountered: