You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Temporal API polyfill (which we currently use) is super slow, therefore it feels frong to force everybody to use it. Opting for a much more light-weight library internally would decrease the bundle size and speed up the calendar overall. Then we could expose the dates in a library-agnostic format, maybe providing a few utility functions to convert the dates to a few specific formats like:
The Temporal API polyfill (which we currently use) is super slow, therefore it feels frong to force everybody to use it. Opting for a much more light-weight library internally would decrease the bundle size and speed up the calendar overall. Then we could expose the dates in a library-agnostic format, maybe providing a few utility functions to convert the dates to a few specific formats like:
Date
PlainDateLike
DateTime
.Either @RisaI or myself will tackle this in the near future.
The text was updated successfully, but these errors were encountered: