maxwellpeterson-wf / GridHub

Multi-repository grid view
10 stars 1 forks source link

Better flux listening #11

Closed maxwellpeterson-wf closed 9 years ago

maxwellpeterson-wf commented 9 years ago

Right now we are calling React.render anytime the data changes. Let's have components listen to specific data, and utilize shouldComponentUpdate

maxwellpeterson-wf commented 9 years ago

More or less done.