Click here to Skip to main content
15,885,546 members
Articles / Web Development / Vue.js

How to Create Editable DataGrids in a React Redux Application

14 Sep 2020CPOL15 min read 9.5K   1  
In this article we look at the FlexGrid extension component called ImmutabilityProvider, which addresses the problem where if you want Redux, you have to give up editable datagrids.
Here we take a deeper look at ImmutabilityProvider. Then we learn more details about how to create a simple application that uses a datagrid to show and edit an array from the Redux Store. We also look at View Components - Presentational and Container, and then we bring all applications pieces together and run the root App component.

This article is in the Product Showcase section for our sponsors at CodeProject. These articles are intended to provide you with information on products and services that we consider useful and of value to developers.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
Alex Ivanenko brings more than 30 years of experience in the software industry to the Wijmo Program Manager role. He graduated from Lomonosov Moscow State University with a Master degree in Applied Mathematics and Cybernetics. Alex enjoys working with people of different cultures and backgrounds, as well as technical experience at GrapeCity. When he isn't managing a new Wijmo project, you can find him traveling, fishing, or picking mushrooms.

Comments and Discussions