simplest-redux-example
Redux example
An introductory Redux + React project demonstrating the basic concepts of state management and action handling
Simplest redux + react example
1k stars
29 watching
450 forks
Language: JavaScript
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
yildizberkay/redux-example | A sample React project demonstrating the use of Redux as a state container to manage complex applications | 90 |
infomedialtd/angular2-redux-example | Example project demonstrating the integration of Redux with Angular 2 and TypeScript for state management in a web application. | 71 |
lewis617/react-redux-tutorial | A comprehensive tutorial series on building React and Redux applications | 2,224 |
mihirsoni/simple-redux-form | A smaller, simpler alternative to Redux Form for managing forms in React applications | 11 |
csbun/preact-redux-ssr-example | An example project demonstrating server-side rendering with Redux using Preact. | 32 |
dianasuvorova/eslint-plugin-react-redux | Enforces best practices for using React and Redux together in JavaScript applications | 82 |
combine/universal-react-redux | A comprehensive React + Redux starter kit with pre-configured defaults and sensible settings for development and production | 110 |
reduxjs/redux | A JavaScript library for managing global state in applications | 60,930 |
leuisken/react-redux-intro | A basic configuration and demo project for initializing a React-Redux application with Ant Design UI components | 33 |
tsaidavid/simple-redux-boilerplate | A comprehensive React + Redux application with DevTools and minimal configuration for learning and development | 428 |
jonidelv/generator-create-redux-app | Generates a React application with Redux and Emotion-JS libraries added on top of Create React App | 139 |
ellbee/redux-boilerplate | A boilerplate project providing a quick start for experimenting with Redux | 40 |
chentsulin/redux-intro | An introduction to Redux, explaining its concepts and providing a demo implementation in JavaScript. | 31 |
jihchi/rescript-react-realworld-example-app | A fully-fledged fullstack application demonstrating CRUD operations, authentication, routing, and more with ReScript and React | 187 |
aybmab/express-redux-sample | A sample Express-Redux application to demonstrate a full end-to-end system | 196 |