added react-16 (#1345)

This commit is contained in:
Kristian Mandrup 2020-01-28 12:21:58 +00:00 committed by Miran
parent bc91b854a9
commit 344fbfb7f0

View File

@ -5799,12 +5799,30 @@
"react", "react",
"frontend", "frontend",
"ui", "ui",
"vdom",
"single page application" "single page application"
], ],
"description": "React.js bindings for Nim", "description": "React.js bindings for Nim",
"license": "Apache License 2.0", "license": "Apache License 2.0",
"web": "https://github.com/andreaferretti/react.nim" "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", "name": "oauth",
"url": "https://github.com/CORDEA/oauth", "url": "https://github.com/CORDEA/oauth",