From 344fbfb7f0c7e529d6885626a7defdcfe5552f0f Mon Sep 17 00:00:00 2001 From: Kristian Mandrup Date: Tue, 28 Jan 2020 12:21:58 +0000 Subject: [PATCH] added react-16 (#1345) --- packages.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/packages.json b/packages.json index bccd3f4..7128563 100644 --- a/packages.json +++ b/packages.json @@ -5799,12 +5799,30 @@ "react", "frontend", "ui", + "vdom", "single page application" ], "description": "React.js bindings for Nim", "license": "Apache License 2.0", "web": "https://github.com/andreaferretti/react.nim" }, + { + "name": "react16", + "url": "https://github.com/kristianmandrup/react-16.nim", + "method": "git", + "tags": [ + "js", + "react", + "frontend", + "ui", + "vdom", + "hooks", + "single page application" + ], + "description": "React.js 16.x bindings for Nim", + "license": "Apache License 2.0", + "web": "https://github.com/kristianmandrup/react-16.nim" + }, { "name": "oauth", "url": "https://github.com/CORDEA/oauth",