Slide 15
Slide 15 text
Redux works, but...
● It is quite boilerplatey
○ Some people just give up and just use it as key value store
● It has too many friends
○ react-redux, immutablejs, redux-immutable, redux-thunk/saga
○ Some people add reselect, redux-action
● It is hard to get new people onboard
○ Not only they have to learn React and Redux, they have to learn ALL of the above as well