From 685fb99755be03d0a124f660071db878ebaf2b2d Mon Sep 17 00:00:00 2001 From: Amirouche Date: Thu, 13 Oct 2016 19:44:53 +0200 Subject: [PATCH] =?UTF-8?q?Add=20`vue.js`=20and=20`scheme-todomvc`=20in=20?= =?UTF-8?q?=E2=80=9CStructuring=20applications=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 64ff4ae..7de1d00 100644 --- a/README.md +++ b/README.md @@ -632,6 +632,10 @@ Here are some approaches to building applications with Snabbdom. * [Cycle.js](https://cycle.js.org/) – "A functional and reactive JavaScript framework for cleaner code" uses 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. Be sure to share it if you're building an application in another way using Snabbdom. +