Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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