How to display custom task array elements (React Calendar)
3 years ago.
Hello, I am struggling to connect DayPilot with Spring Boot app.
I have prepared a project via DayPilot UI builder (React 18 version).
I was able to access the array of objects I would like to render on the calendar component (I can console.log this array).
This was done with async function that calls the HTTP request on the Spring Boot application, receives and returns the data from DB.
To render this data I have to connect it somehow with setState events: in componentDidMount() and this is where I have no idea how. All suggestions will be greatly appreciated.
DayPilot