From 000c2aab872087d9c59ab2ebb6f407d5a80c30e4 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Tue, 30 Aug 2016 19:36:19 +0200 Subject: [PATCH] Adds react.nim. Merges #405 manually. --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index a721f87..7873fb3 100644 --- a/packages.json +++ b/packages.json @@ -5195,5 +5195,20 @@ "description": "A thin asynchronous HTTP server library, API compatible with Nim\'s built-in asynchttpserver.", "web": "https://github.com/philip-wernersbach/microasynchttpserver", "url": "https://github.com/philip-wernersbach/microasynchttpserver" + }, + { + "name": "react", + "url": "https://github.com/andreaferretti/react.nim", + "method": "git", + "tags": [ + "js", + "react", + "frontend", + "ui", + "single page application" + ], + "description": "React.js bindings for Nim", + "license": "Apache License 2.0", + "web": "https://github.com/andreaferretti/react.nim" } ]