diff options
| author | Dominik Picheta <dominikpicheta@gmail.com> | 2016-08-30 19:36:19 +0200 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@gmail.com> | 2016-08-30 19:36:19 +0200 |
| commit | 000c2aab872087d9c59ab2ebb6f407d5a80c30e4 (patch) | |
| tree | 9b4f0a7fd872455acfb57af8b1e89b387622595f | |
| parent | 16a92b17ce88844cad81a638eadf0a13794c11ae (diff) | |
| download | packages-000c2aab872087d9c59ab2ebb6f407d5a80c30e4.tar.gz packages-000c2aab872087d9c59ab2ebb6f407d5a80c30e4.zip | |
Adds react.nim. Merges #405 manually.
| -rw-r--r-- | packages.json | 15 |
1 files changed, 15 insertions, 0 deletions
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" } ] |
