Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hojberg/gongfu
The Elm Architecture in TypeScript
https://github.com/hojberg/gongfu
Last synced: 2 months ago
JSON representation
The Elm Architecture in TypeScript
- Host: GitHub
- URL: https://github.com/hojberg/gongfu
- Owner: hojberg
- License: mit
- Created: 2017-05-04T20:05:34.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2023-01-05T16:42:46.000Z (almost 2 years ago)
- Last Synced: 2024-04-08T16:43:35.326Z (9 months ago)
- Language: TypeScript
- Homepage:
- Size: 560 KB
- Stars: 12
- Watchers: 4
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Gongfu
===> Making tea with skill: https://en.wikipedia.org/wiki/Gongfu_tea_ceremony
Gongfu provides state management for React similar to The Elm Architecture and
Redux. It has composable `update` functions and `Effects` build-in.## Overview
See [docs/overview.md](docs/overview.md)## Example
See a full example in the examples folder