express-redux-sample
End-to-end app example
A sample Express-Redux application to demonstrate a full end-to-end system
An example to show a full end-to-end app using express and redux.
196 stars
11 watching
39 forks
Language: JavaScript
last commit: about 9 years 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 |
csbun/preact-redux-ssr-example | An example project demonstrating server-side rendering with Redux using Preact. | 32 |
jackielii/simplest-redux-example | An introductory Redux + React project demonstrating the basic concepts of state management and action handling | 1,182 |
aws-samples/eb-node-express | A complete sample application demonstrating the use of Node.js with Amazon Elastic Beanstalk | 7 |
infomedialtd/angular2-redux-example | Example project demonstrating the integration of Redux with Angular 2 and TypeScript for state management in a web application. | 71 |
jonidelv/generator-create-redux-app | Generates a React application with Redux and Emotion-JS libraries added on top of Create React App | 139 |
aws-samples/eb-node-express-sample | An Express application for AWS Elastic Beanstalk with DynamoDB integration | 281 |
anorudes/redux-easy-boilerplate | A React and Redux-based project providing a boilerplate for building web applications with server-side rendering, API support, and various testing tools. | 632 |
justin-lu/react-redux-antd | A React-based CMS/ERP application using Redux and Ant Design for enterprise management | 417 |
lexich/redux-api | Generates boilerplate code for Redux-based client-side API interactions | 496 |
tsaidavid/simple-redux-boilerplate | A comprehensive React + Redux application with DevTools and minimal configuration for learning and development | 428 |
dianasuvorova/eslint-plugin-react-redux | Enforces best practices for using React and Redux together in JavaScript applications | 82 |
agraboso/redux-api-middleware | Middleware that calls an API and dispatches standard actions based on the request outcome. | 1,491 |
alanrubin/redux-simple-promise | Middleware for Redux that handles promises with minimal boilerplate declarations | 53 |
pburtchaell/redux-promise-middleware | Enables simple handling of async action creators in Redux | 1,982 |