-
Notifications
You must be signed in to change notification settings - Fork 15
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
Documentation: Tradeoffs vs js-temporal/temporal-polyfill
?
#22
Comments
This a great idea. While releasing v0.2.0 I created it: Feedback welcome. Thanks! |
i thought for a min that temportal was supported in safari, until i realised it was a polyfill still not sure what repo to pick is Temporal such a big leap from js date? i was thinking of using it in my project https://github.com/quantuminformation/drizzle-sqlite-recurring-events as its new, and Temporal might be the way to go guys? |
pls convince me to use your repo |
@quantuminformation
Basically, |
It would be good to include a list of tradeoffs vs https://github.com/js-temporal/temporal-polyfill in the README or elsewhere in the documentation. Something like this:
fullcalendar/temporal
js-temporal/temporal-polyfill
JSBI
to support bigints in legacy environmentsimport 'temporal-polyfill/global'
or ponyfillimport { Temporal } from 'temporal-polyfill'
import { Temporal } from '@js-temporal/polyfill'
The text was updated successfully, but these errors were encountered: