Nicholas Porter
1 min readJan 21, 2020

--

Very interesting but remember to take this implementation with a grain of salt:

  • It not bother with state and dispatch mapping. Every component gets the whole state and the whole dispatch. No mapStateToProps or mapDispatchToProps here.
  • As a consequence of that, we don’t really have selectors either. Though you could possibly build them.
  • It has no concept of middleware.

--

--

Nicholas Porter
Nicholas Porter

No responses yet