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
Currently not completely in line with the changes from implementing redux-forms:
Forms
Reducers
Signup
Session
Login
Profile
Request password reset
Reset password (after password reset request)
Change password (when logged in)
Change profile
There should be a global reducer that responds to client and server errors, and a top-level component that displays them if they exist.
That means that errors won't have to be handled in reducers at all. And neither does isFetching. All that has to be stored is the profile and the token.
Update tests after this as well. Should be able to significantly reduce them.
The text was updated successfully, but these errors were encountered:
ghost
changed the title
Refactor / update reducer structure
Refactor / update reducer structure (+ actions/actionTypes)
May 19, 2017
ghost
changed the title
Refactor / update reducer structure (+ actions/actionTypes)
Refactor / update reducer structure (+ actions, actionTypes, selectors, etc.)
May 19, 2017
Currently not completely in line with the changes from implementing redux-forms:
There should be a global reducer that responds to client and server errors, and a top-level component that displays them if they exist.
That means that errors won't have to be handled in reducers at all. And neither does isFetching. All that has to be stored is the profile and the token.
Update tests after this as well. Should be able to significantly reduce them.
The text was updated successfully, but these errors were encountered: