From c117be989e5fd4b763281addf794ecfedec508a7 Mon Sep 17 00:00:00 2001 From: "Patricio M. Ros" Date: Fri, 24 Mar 2017 17:11:42 +0100 Subject: [PATCH] Add Cyclow framework to README Cyclow is a new reactive frontend framework for JavaScript I've created. It uses Snabbdom. Please, consider add it to "Structuring applications" section. Thank you. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 083d2db..6c419cf 100644 --- a/README.md +++ b/README.md @@ -654,6 +654,9 @@ Here are some approaches to building applications with Snabbdom. Stateful components and observables on top of snabbdom * [Tweed](https://tweedjs.github.io) – An Object Oriented approach to reactive interfaces. +* [Cyclow](http://cyclow.js.org) - + "A reactive frontend framework for JavaScript" + uses Snabbdom Be sure to share it if you're building an application in another way using Snabbdom.