Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 375 Bytes

loadingCalender.md

File metadata and controls

11 lines (8 loc) · 375 Bytes

Loading Calender

This function provides a loading screen as the calender is setup, the function will use the useEffect hook to load initiate the calender loading function in context once this component has mounted. The functions logic looks like this

  const loadCalender = useApi().loadingCalender;

  useEffect(() => {
    loadCalender();
  }, []);