https://github.com/nerocui/reactripoffjs
World's most over engineered list
https://github.com/nerocui/reactripoffjs
Last synced: 4 months ago
JSON representation
World's most over engineered list
- Host: GitHub
- URL: https://github.com/nerocui/reactripoffjs
- Owner: nerocui
- Created: 2019-10-01T05:39:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-01T18:54:25.000Z (over 6 years ago)
- Last Synced: 2025-06-05T02:32:01.883Z (12 months ago)
- Language: HTML
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ReactRipOffJS
https://nerocui.github.io/ReactRipOffJS/
A React/Redux like library for plain HTML/Javascript frontend project.
App and Render method is based on Observable/Observer pattern. Data is based on Store/Action/Reducer pattern. The whole app shares a single store of truth.

Creating App object with InitialState

Combine Reducers

Create Reducer

Dispatch Action

Dispatch Action and Notify Observer

Connect the UI to the state