From 63275238a408076a7353569b81f1673218a7a97d Mon Sep 17 00:00:00 2001 From: rocky Date: Mon, 30 Sep 2024 22:03:50 +0800 Subject: [PATCH] Update plugins.json I developed a backend based on hapi react framework, hope to add a list of plugins to help people who need to use react development on the front end --- static/lib/plugins.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/lib/plugins.json b/static/lib/plugins.json index f93dcf8..79be476 100644 --- a/static/lib/plugins.json +++ b/static/lib/plugins.json @@ -356,6 +356,11 @@ "name": "Templating", "anchor": "templating", "modules": [ + { + "name": "ndsk", + "link": "https://github.com/rockyshi1993/ndsk", + "description": "React framework developed based on hapi" + }, { "name": "hapi-react-views", "link": "https://github.com/jedireza/hapi-react-views",