Redux Store

KendoReact enables you to bind the components to Redux by using the state.

The components provide events which can be used to dispatch actions to the reducers, and to update the store.

For more information on how to bind multiple components to the Redux store and how the update of a component affects the other components that are bound to the same state, refer to the KendoReact Dashboard sample application. The source code of the application is located in this GitHub repository.

In this article

Not finding the help you need?