From 236fcd7179bb5cc2822af5eb83de425e6094a9dd Mon Sep 17 00:00:00 2001 From: KernelDeimos Date: Sun, 29 Jan 2023 15:57:43 -0500 Subject: [PATCH] Initialize --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..37fe6e6 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# JustAct: Better UIs with Familiar Tools + +```javascript +class MyComponent extends justact.Component { + render () { + + } +} +``` + +## Why JustAct? + +- Data bindings without virtual DOM +- Less refactoring +- Separation of concerns with ease