With our 17.1 release in May, we introduced a CTP of the upcoming DevExtreme React Grid. Some documentation and demos are available for the grid, and you can track our development work in the GitHub repository.
Please note that the CTP status of the project means that it’s work in progress. You may find bugs and there could be significant breaking changes before a release status is reached.
I have spent some time with the React Grid and I should first say that I’m very impressed - not to say anything bad about our other grids, but this one seems to be the fastest yet!
I decided to publish a series of posts about my work with the grid (links will be added as posts are published):
- Introduction and overview (this post)
- First steps with the DevExtreme React Grid
- Basic setup
- Standard plugins
- Custom editors
- Using Redux
- Controlled Mode with Grid state in Redux
- Making use of the Redux store: Batch Saving
- Remote data loading
- Integrating the React Grid with my DevExtreme - Real World Patterns demo
- Writing plugins for the React Grid
- A remote-data-loading plugin