-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.0 Rewrite #43
Comments
In a current project we are using the calendar to display game info for a specific date. |
Hey guys, I developed independently my version of react-calendar, not aware of this package's existence, as I needed it in my both personal and professional projects. I'd consider a "2.0" version done - documentation is here, tests are here, fully working with React 16, no moment is used. |
I was looking for a solid calendar and I thought that react-calendar was the one despite the slowed frequency of updates, but the react-calendar that @wojtekmaj created looks pretty solid. I'm going to give it a shot. Any chance his work effectively becomes 2.0? |
Thanks for the kind words! I already wrote to npm package owners what do they think about it. |
@lolJS, @mjburling I'm happy to announce that I have agreed with this library's creators to continue development of react-calendar based on my repository. I've done some improvements that will help with the switch and made a simple upgrade guide article in Wiki. I'd be delighted to hear your opinion and I'm awaiting comments and feature requests! |
I'm looking for some feedback on the project. There are several forks, the most notable by @epitaphmike. For the 2.0 rewrite I'm using
date-fns
instead ofmoment
. It lends itself better to react due to it's immutability.What features are you using (i18n, modifiers, none of the above)?
What features would you like?
The text was updated successfully, but these errors were encountered: