@adriansteffan/reactive 0.0.9 → 0.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
- package/template/package-lock.json +1 -1
- package/template/src/App.tsx +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# reactive
|
|
2
2
|
|
|
3
3
|
A framework for quickly building interactive online experiments using Typescript, React, and TailwindCSS. Comes with a template project that has all batteries included (build tools, docker deployment setup, node server for upload etc.)
|
|
4
4
|
The project is very early stage, so many of the abstractions are still very leaky and the documentation is largely unfinished.
|
package/package.json
CHANGED