From f277d64eed5d122ff6d4a20622c6f60b0079f343 Mon Sep 17 00:00:00 2001 From: Toby Mao Date: Wed, 11 Dec 2019 18:07:00 -0800 Subject: [PATCH] Add Snabberb to README. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ac26a70..f6f3958 100644 --- a/README.md +++ b/README.md @@ -703,6 +703,7 @@ Here are some approaches to building applications with Snabbdom. * [Backbone.VDOMView](https://github.com/jcbrand/backbone.vdomview) - A [Backbone](http://backbonejs.org/) View with VirtualDOM capability via Snabbdom. * [Rosmaro Snabbdom starter](https://github.com/lukaszmakuch/rosmaro-snabbdom-starter) - Building user interfaces with state machines and Snabbdom. * [Pureact](https://github.com/irony/pureact) - "65 lines implementation of React incl Redux and hooks with only one dependency - Snabbdom" +*[Snabberb](https://github.com/tobymao/snabberb) - A minimalistic Ruby framework using [Opal](https://github.com/opal/opal) and Snabbdom for building reactive views. Be sure to share it if you're building an application in another way using Snabbdom.