From d0e273844b0d86f8301f563acc49c08d2aeb69cd Mon Sep 17 00:00:00 2001 From: Anuar Ustayev Date: Tue, 20 Oct 2020 18:39:59 +0600 Subject: [PATCH] [docs][xs]: added notes for React developers. --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index dcbc101..2e59303 100644 --- a/README.md +++ b/README.md @@ -22,3 +22,16 @@ It would: * update JS modules in fanstatic Next, you need to update the template to include correct bundles. In `/templates/datapub/snippets/upload_module.html`, edit the file names of the modules. + +Note, if you are developing a React app, e.g., custom `datapub` app, you can use the following attributes passed from the `/templates/datapub/snippets/upload_module.html`: + +```html +
+
+```