Legitcode / scheduler

A pure React implementation of a drag and drop scheduler
http://legitcode.github.com/scheduler
MIT License
115 stars 23 forks source link

Fix Performance Issues #16

Closed dphaener closed 8 years ago

dphaener commented 8 years ago

This fixes a big piece of performance issues we were seeing when changing the date range on the chart. The Chart component was rerendering unnecessarily A LOT more than it needed to.