freiksenet / react-calendar

A modular toolkit to build calendar-related things in React
http://freiksenet.github.io/react-calendar/
MIT License
249 stars 46 forks source link

Merge React 0.14 changes from other forks #27

Closed lolJS closed 8 years ago

freiksenet commented 8 years ago

Thanks! Are you willing to maintain this project? I don't have time to do it currently and I don't use it anywhere in production.

freiksenet commented 8 years ago

I generally consider it a failed experiment, modifying and cloning children is expensive and not very handy as an API, but I don't mind keeping it if people are interested.

lolJS commented 8 years ago

Hey, I liked the modularity of the project and it provided a lot more flexibility than other components...That being said I'm willing to maintain and improve it :+1:!

freiksenet commented 8 years ago

I agree that my premise was good :D I'd change the way I modularized, instead of passing children, I'd pass functions that return components and this way customize the rendering.

freiksenet commented 8 years ago

I'll add you to collaborators.