The approaches to simulate #Redux selectors in polymer-redux:  #ReactJS
  • We first calculate the underlying data for the selector ( openIds and todos ).
  • const openTodos = (state = [], newById, newOpenIds, dataChanged, action) => { // Only recalculate openTodos if the underlying data changed if (!
  • The post discusses approaches to simulate Redux selectors in polymer-redux.
  • The library doesn’t allow to bind Polymer properties to Redux selectors.
  • First we define the selectors, next to our Redux reducers.

Read more


ReactiveConf

@ReactiveConf: “The approaches to simulate #Redux selectors in polymer-redux: #ReactJS” open tweet »