From a0518b9a008bbb29f2600f2dfe5fd3b606ec9fb1 Mon Sep 17 00:00:00 2001 From: irony Date: Sun, 16 Jun 2019 16:33:36 +0200 Subject: [PATCH] Added Pureact --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4fc0af9..cfb9e08 100644 --- a/README.md +++ b/README.md @@ -713,6 +713,7 @@ Here are some approaches to building applications with Snabbdom. * [puddles](https://github.com/flintinatux/puddles) - "Tiny vdom app framework. Pure Redux. No boilerplate." - Built with :heart: on Snabbdom. * [Backbone.VDOMView](https://github.com/jcbrand/backbone.vdomview) - A [Backbone](http://backbonejs.org/) View with VirtualDOM capability via Snabbdom. +* [Pureact](https://github.com/irony/pureact) - "65 lines implementation of React incl Redux and hooks with only one dependency - Snabbdom" Be sure to share it if you're building an application in another way using Snabbdom.