Advanced Use

These are a little more advanced.

  • The use case for this would be a super duper smooth calendar experience.

  • When you make a change in the backend, the calendar will rerender. This is fine in a lot of cases but can cause issue. If you find that to be the case use this action

  • Here, you would load data once, then manipulate events using the following actions:

pageCreate Single EventpageUpdate Single EventpageDelete Single Event

Last updated