All Projects → jasonliao → Simple Todo With React And

jasonliao / Simple Todo With React And

📝 a simple react demo to learn flux/reflux/redux

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Simple Todo With React And

react-pits
React 中的坑
Stars: ✭ 29 (+0%)
Mutual labels:  flux, mobx
mutable
State containers with dirty checking and more
Stars: ✭ 32 (+10.34%)
Mutual labels:  flux, mobx
Clean State
🐻 A pure and compact state manager, using React-hooks native implementation, automatically connect the module organization architecture. 🍋
Stars: ✭ 107 (+268.97%)
Mutual labels:  flux, mobx
React Mobx Typescript Boilerplate
A bare minimum frontend boilerplate with React 16.7, Typescript 3.2 and Webpack 4
Stars: ✭ 378 (+1203.45%)
Mutual labels:  mobx, todomvc
Polobx
A state manager for Polymer based in MobX
Stars: ✭ 24 (-17.24%)
Mutual labels:  mobx
Weapp Bmscore
a weapp to count badminton game score
Stars: ✭ 17 (-41.38%)
Mutual labels:  mobx
Delorean
An Agnostic, Complete Flux Architecture Framework
Stars: ✭ 748 (+2479.31%)
Mutual labels:  flux
Nylas Mail
💌 An extensible desktop mail app built on the modern web. Forks welcome!
Stars: ✭ 24,653 (+84910.34%)
Mutual labels:  flux
React App Example
Electron application example using React and MobX
Stars: ✭ 20 (-31.03%)
Mutual labels:  mobx
System dashboard
Boilerplate project - Cross-Platform System Dashboard using Flask, React, Mobx and Web-Workers
Stars: ✭ 13 (-55.17%)
Mutual labels:  mobx
Scalecube Services
v2.0 - ScaleCube Services provides a low latency Reactive Microservices library for serverless service registry and discovery based on gossip protocol and without single point-of-failure or bottlenecks.
Stars: ✭ 23 (-20.69%)
Mutual labels:  flux
Flux Constant
📦 Unique constants for Flux apps
Stars: ✭ 18 (-37.93%)
Mutual labels:  flux
React Mobx React Router Boilerplate
A simple boilerplate based on create-react-app and add mobx, react-router, linter, prettier and so on. 一个简单的 react 脚手架依赖于 create-react-app 新增了 mobx react-router,linter,prettier 等。
Stars: ✭ 12 (-58.62%)
Mutual labels:  mobx
Snippetstore
🎉 A snippet management app for developers 🚀
Stars: ✭ 762 (+2527.59%)
Mutual labels:  mobx
M Fe Boilerplates
Lucid & Futuristic Production Boilerplates For Frontend(Web) Apps, React/RN/Vue, with TypeScript(Optional), Webpack 4/Parcel, MobX/Redux 💫 多技术栈前端项目模板
Stars: ✭ 877 (+2924.14%)
Mutual labels:  mobx
Mobx State Tree
Full-featured reactive state management without the boilerplate
Stars: ✭ 6,317 (+21682.76%)
Mutual labels:  mobx
Figmiro Plugin
Figma Integration with Miro (Plugin)
Stars: ✭ 23 (-20.69%)
Mutual labels:  mobx
Mobx React Connect
Connect react component, mobx store and css modules.
Stars: ✭ 13 (-55.17%)
Mutual labels:  mobx
Tanok
Elm Architecture-inspired wrapper for Rx.js+React
Stars: ✭ 22 (-24.14%)
Mutual labels:  flux
Graphql Mst
Convert GraphQL to mobx-state-tree models
Stars: ✭ 22 (-24.14%)
Mutual labels:  mobx

simple-todo-with-react-and

用 React 和 FluxRefluxReduxMobX 完成的简单的 Todo 小应用,并对每一种管理数据的方式整理了学习的小笔记。

对入门这几种方式和了解它们的区别可能有一定的帮助喔。😝

Flux

Flux 里的 Dispatcher 究竟是什么?为什么 Store 在数据流动的过程扮演着主角的角色?Actions 真的是如其名吗?View 和它们又有什么关系?

这里将用最生动的方式,带你了解 Flux 的四大角色 😏

See Detail

Reflux

Reflux 对于 Flux 又有什么区别和好处呢?当我们从 createClassclass 组件过渡的时候,又应该注意点什么呢?

这里将把 Reflux 官方的 Todo 小应用从 createClass 改写成 class 组件时踩过的坑进行总结 😉

See Detail

Redux

Redux 中核心的概念都有哪些呢?单一的数据源有什么好好处呢?React 和 Redux 又是如何配合使用的呢?

这里结合 Redux 作者的亲自教程,把上述的问题都解答得一清二楚 😎

See Detail

MobX

we will return in a moment

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].