Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 1.49 KB

File metadata and controls

54 lines (35 loc) · 1.49 KB

EJ2 React Grid with Redux

Repository Description

This repository demonstrates how to integrate the Syncfusion EJ2 React Grid with Redux for centralized state management in a React application. It serves as a practical example for handling grid data, actions, and UI state using Redux while leveraging the rich features of the EJ2 React Grid component.

Overview

The project showcases a sample React application where the Syncfusion EJ2 React Grid is connected to a Redux store. Grid-related data and interactions are managed through Redux actions and reducers, helping developers understand how to implement predictable state management for complex UI components.

Key Features

  • Integration of Syncfusion EJ2 React Grid with Redux
  • Centralized state management using Redux store
  • Demonstrates data binding between Redux and the Grid component
  • Illustrates handling of grid updates through Redux actions
  • Clean example focused on learning and reference

Prerequisites

To run this project, ensure you have the following installed:

  • Node.js
  • npm or yarn
  • Basic knowledge of React and Redux

Running the Application

  1. Clone the repository:
git clone https://github.com/SyncfusionExamples/ej2-react-grid-redux.git 
  1. Navigate to the project folder:
cd ej2-react-grid-redux
  1. Install dependencies:
npm install
  1. Start the development server:
npm start

Resources