Is your feature request related to a problem? Please describe.react-big-calendar has a great feature to support external localizers like Moment.js, Globalize.js or date-fns
it will create an opportunity to add other types of calendars like the Jalali calendar by using forks of the main localizers, for example date-fns-jalali
Describe the solution you'd like
remove the date-fns dependency and accept it as an external props
Is your feature request related to a problem? Please describe.
react-big-calendar
has a great feature to support externallocalizers
like Moment.js, Globalize.js or date-fns it will create an opportunity to add other types of calendars like the Jalali calendar by using forks of the main localizers, for example date-fns-jalaliDescribe the solution you'd like remove the
date-fns
dependency and accept it as an external props