hypeserver / react-date-range

A React component for choosing dates and date ranges.
MIT License
2.57k stars 658 forks source link

Performance Review of the date range picker #101

Open nesbtesh opened 7 years ago

nesbtesh commented 7 years ago

I think you did a great job with this package. But one issue I encountered is the performance. I did a thorough analysis of the performance of the package and it has a really bad score.

See image screen shot 2017-02-01 at 10 02 13 am

I just want to point out that the day cell re rendered above 200+ times

burakcan commented 7 years ago

Actually, this was not considered to use by everyone at the beginning :) But somehow, it spread. I'm planning to refactor most of the library and release 1.0. I'll address most of the performance problems in that. Thank you 💯