larvalabs / breaker

Chat rooms for subreddits.
http://www.breakerapp.com
20 stars 3 forks source link

Add reselect #10

Closed rickhanlonii closed 8 years ago

rickhanlonii commented 8 years ago

Overview

This PR adds https://github.com/reactjs/reselect and uses selectors for getting derived data out of the state. Local testing has shown that this reduces the number of derived data computations by orders of magnitude, which results in a drastic increase in rendering speed.