Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# React-Scheduler-CRUD-using-axios

We have prepared a sample using Axios library method for performing CRUD actions in scheduler.
This repository demonstrates how to implement CRUD operations in a React Scheduler component using the Axios library for API communication. It is designed as a practical example for developers who want to integrate scheduling functionality with backend services in a React application.

Please find the service project from below link.

Service: https://www.syncfusion.com/downloads/support/forum/172013/ze/Service90807893310072088141574866169
We have prepared a sample using Axios library method for performing CRUD actions in the scheduler. This example shows how to create, read, update, and delete events efficiently while maintaining a responsive user interface.

Note: Run service project first to perform CRUD action.
Please find the service project from the link below:

Service:
https://www.syncfusion.com/downloads/support/forum/172013/ze/Service90807893310072088141574866169

Note: Run the service project first to perform CRUD actions successfully. The service acts as the backend API that handles data persistence for the scheduler component.

This sample is useful for understanding how to configure Axios requests, handle responses, and manage state updates in React.