Page 1 of 1

Calendar using jquery

Posted: 27 Sep 2017, 11:50
by ianjamieson
Is there a reason the calendar is not a full js/react implementation and instead uses fullcalendar?
It weights in at around 500kb so it's a pretty heavy dependency with jQuery included.

Maybe it's worth looking at other solutions like https://github.com/intljusticemission/r ... g-calendar

Re: Calendar using jquery

Posted: 03 Oct 2017, 20:58
by cagatay.civici
I know, issue is, the widget is very complex so we took the shortcut for this one and wrapped a well known widget like FullCalendar. In future, we may create our own.