All Projects → tribou → React Todo

tribou / React Todo

Licence: apache-2.0
A sample todo app with React and Flux in ES2015 (ES6) served by Hapi

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to React Todo

Freezer
A tree data structure that emits events on updates, even if the modification is triggered by one of the leaves, making it easier to think in a reactive way.
Stars: ✭ 1,268 (+875.38%)
Mutual labels:  flux
Prex
🔁Unidirectional data flow architecture with MVP and Flux combination for Swift
Stars: ✭ 102 (-21.54%)
Mutual labels:  flux
Undux
⚡️ Dead simple state for React. Now with Hooks support.
Stars: ✭ 1,488 (+1044.62%)
Mutual labels:  flux
K8s Plus Aws Gitops
An approach for GitOps of AWS backing resources like databases with CodePipeline together with Kubernetes via Flux
Stars: ✭ 87 (-33.08%)
Mutual labels:  flux
Hover
A very lightweight data store with action reducers and state change listeners.
Stars: ✭ 97 (-25.38%)
Mutual labels:  flux
Reactor Netty
TCP/HTTP/UDP/QUIC client/server with Reactor over Netty
Stars: ✭ 1,743 (+1240.77%)
Mutual labels:  flux
Speedux
Speedux is an opinionated library that makes Redux much more fun to use.
Stars: ✭ 82 (-36.92%)
Mutual labels:  flux
Fluxcapacitor
This is what makes the Flux design pattern possible.
Stars: ✭ 126 (-3.08%)
Mutual labels:  flux
Juicr.js
A simple (and tiny <1kb) redux inspired reducer for handling state changes.
Stars: ✭ 102 (-21.54%)
Mutual labels:  flux
Go Sct
A color temperature setting library and CLI that operates in a similar way to f.lux and Redshift.
Stars: ✭ 112 (-13.85%)
Mutual labels:  flux
Spring 5 Examples
This repository is contains spring-boot 2 / spring framework 5 project examples. Using reactive programming model / paradigm and Kotlin
Stars: ✭ 87 (-33.08%)
Mutual labels:  flux
Qiitawithfluxsample
A sample project uses Flux and MVVM features with RxSwift.
Stars: ✭ 94 (-27.69%)
Mutual labels:  flux
Nucleo
🏋️‍♀️ Nucleo is a strongly typed and predictable state container library for JavaScript ecosystem written in TypeScript
Stars: ✭ 109 (-16.15%)
Mutual labels:  flux
Rx Connect
Glue your state and pure React components with RxJS
Stars: ✭ 86 (-33.85%)
Mutual labels:  flux
React Typescript Webpack
Seed for building React app using Typescript and Webpack build using FLUXless architecture
Stars: ✭ 118 (-9.23%)
Mutual labels:  flux
Fluidcontent
TYPO3 extension Fluidcontent: Fluid Content Element Engine
Stars: ✭ 82 (-36.92%)
Mutual labels:  flux
Clean State
🐻 A pure and compact state manager, using React-hooks native implementation, automatically connect the module organization architecture. 🍋
Stars: ✭ 107 (-17.69%)
Mutual labels:  flux
Influxdb Client Csharp
InfluxDB 2.0 C# Client
Stars: ✭ 130 (+0%)
Mutual labels:  flux
React I18nify
Simple i18n translation and localization components and helpers for React.
Stars: ✭ 123 (-5.38%)
Mutual labels:  flux
Tiny Atom
Pragmatic and concise state management.
Stars: ✭ 109 (-16.15%)
Mutual labels:  flux

react-todo

Another basic todo app in React and Flux

Run

npm install
npm start

Develop

Webpack auto-watches client assets. Nodemon auto-watches server assets.

npm install
npm run dev

Build

Bundle the assets for production.

npm run build

Docker

Create and run the docker-compose environment

docker build -t todo .
docker-compose up
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].