https://github.com/sidmishraw/cedux
A simple and minimalistic implementation of a State store like Redux using coffeescript in an attempt to learn coffeescript.
https://github.com/sidmishraw/cedux
cedux coffeescript redux state-store
Last synced: 3 months ago
JSON representation
A simple and minimalistic implementation of a State store like Redux using coffeescript in an attempt to learn coffeescript.
- Host: GitHub
- URL: https://github.com/sidmishraw/cedux
- Owner: sidmishraw
- License: apache-2.0
- Created: 2017-11-20T07:59:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-20T08:05:14.000Z (over 8 years ago)
- Last Synced: 2025-01-15T06:48:40.319Z (over 1 year ago)
- Topics: cedux, coffeescript, redux, state-store
- Language: JavaScript
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
```coffeescript
#===========================================================#
# /𝞝𝞝𝞝𝞝𝞝𝞝𝞝𝞝𝞝/ #
# /𝞝𝞝𝞝𝞝𝞝𝞝𝞝𝞝𝞝/ #
# /𝞝𝞝/ #
# /𝞝𝞝/ edux #
# /𝞝𝞝𝞝𝞝𝞝𝞝𝞝𝞝𝞝/ #
# /𝞝𝞝𝞝𝞝𝞝𝞝𝞝𝞝𝞝/ #
#===========================================================#
```
This is a simple and minimalistic implementation of a State management store - like Redux - in coffeescript 2.
The source code is located in `./src/cfs` and the generated JS is located in `./src/js`.
`- Sid`