Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.68 KB

File metadata and controls

40 lines (32 loc) · 1.68 KB

Performing-data-and-CRUD-operations-in-ej2-react-grid-using-GraphQLAdaptor

Discover seamless data integration with Syncfusion's EJ2 React Grid using GraphQLAdaptor in this sample repository. Explore efficient techniques for handling filtering, sorting, paging operations, and CRUD operations within your React applications, empowering you to manage and display data effectively.

Add Syncfusion Grid component in your application

Refer the following UG documenation for adding Syncfusion React component in your application

GraphQL Server setup

You can setup GraphQL server by using graphpack npm package. Find the following link for getting more details for your reference. https://www.npmjs.com/package/graphpack

Run the GraphQL Server

To run the server, you need to install the required pacakges using the below command

npm install

and run using

npm run dev

Run the client Grid application

To run the client, you need to install the required pacakges using the below command

npm install

and run using

npm start

Now the Grid will be launched in the browser http://localhost:xxxx/.

Resources

You can also refer the below resources to know more details about Syncfusion React Grid components.