commit 236fcd7179bb5cc2822af5eb83de425e6094a9dd Author: KernelDeimos Date: Sun Jan 29 15:57:43 2023 -0500 Initialize 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