Advertisement
Guest User

Untitled

a guest
Jul 20th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. - check reducers namings to be descriptive of what is their responsibility
  2. - add types for every action creator that is missing for type
  3. - check if `miniChart` reducer does something and remove of is required
  4. - add interfacer for the store and every reducer, including nested Map object that is called via `getIn([])` (https://github.com/facebook/immutable-js/issues/1462)
  5. - check if every action type constant has descriptive name and
  6. - rename every component and container that is lower case
  7. - decouple reducers for smaller parts that goes along with SRP
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement