Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.09 KB

TODO.md

File metadata and controls

40 lines (24 loc) · 1.09 KB

ToDo

Discuss with team

  • Review naming choices

  • Generic action creators (payloadActions) vs specific action creator for each possible action

  • A way to have undefined in value

    • Just don't use undefined

    • maybeValue that wraps internal state in { value } and has a getValue selector

    • unsafeCombineReducers that just ignores the undefined check

    • combineReducers wrapper that ignores the undefined check onyl for value reducers

  • Talk in a specific #redukers channel or use #unit-development?

  • Maybe manually currify up to state in selectors