QUOTE: Life is a journey, not a destination.

figure

The vanilla alternative for writing JSX-based React applications

commit fac5fc4b9d83a47df6e8b21ed0aefc4e6051a283
parent b3a0d962e2e91b727656eca93631ac0fdf6817e1
Author: Andreas <contact@typable.dev>
Date:   Sat, 10 Dec 2022 11:19:00 +0100

Update README.md
Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -6,7 +6,7 @@ Reactive template literals for React ```javascript import {figure, html, css} from '...'; -figure({createElement}); +figure({ createElement }); const Counter = () => { const [count, setCount] = useState(0);