From 8f30755a6abe01c55f5e25083162166f3bf335c8 Mon Sep 17 00:00:00 2001 From: AlexGalays Date: Wed, 26 Oct 2016 10:17:15 +0200 Subject: [PATCH] README: Add one more example in "Structuring application" --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7de1d00..1c29816 100644 --- a/README.md +++ b/README.md @@ -635,6 +635,8 @@ Here are some approaches to building applications with Snabbdom. * [Vue.js](http://vuejs.org/) use a fork of snabbdom. * [scheme-todomvc](https://github.com/amirouche/scheme-todomvc/) build redux-like architecture on top of snabbdom bindings. +* [kaiju](https://github.com/AlexGalays/kaiju) - + Stateful components and observables on top of snabbdom Be sure to share it if you're building an application in another way using Snabbdom.