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.
Refer the following UG documenation for adding Syncfusion React component in your application
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
To run the server, you need to install the required pacakges using the below command
npm install
and run using
npm run dev
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/
.
You can also refer the below resources to know more details about Syncfusion React Grid components.