fullcalendar / fullcalendar-react

The official React Component for FullCalendar

Home Page:https://fullcalendar.io/docs/react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Loading 100+ Events From Sqlite Database Using UseEffect Is Slow

JordanGaider opened this issue · comments

I am currently loading 100+ events (for the current month) from my Sqlite Database using useEffect, however, the speed of which these events load is worryingly slow. I was wondering if this was either an issue that I will have to deal with if I continue using this library or if the way I am implementing fullcalendar-react in my project is incorrect. Thanks.

https://codesandbox.io/s/dreamy-boyd-pxj0ni?file=/src/App.js
Note: This codesandbox does not show the slowness, however, shows how I have implemented fullcalendar-react in my project.

Please refer to the support page and use Stack Overflow for help. If this is a bug, please supply a runnable, stripped-down demonstration.