mirror of
https://github.com/MercuryWorkshop/dreamlandjs.git
synced 2025-05-16 07:30:01 -04:00
Merge branch 'master' of https://github.com/MercuryWorkshop/AliceJS
This commit is contained in:
commit
ffe095557e
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
dreamland.js is a reactive JSX-inspired rendering library with **no virtual dom** and **no build step**
|
||||
|
||||
## Why Dreamland?
|
||||
We've found frameworks such as React to be cumbersome, with more than just a few footguns. Dreamland can get you fast results with brutal simplicity. See the [Wiki](https://github.com/MercuryWorkshop/dreamlandjs/wiki) for more information.
|
||||
We've found frameworks such as React to be cumbersome, with more than just a few footguns. Dreamland can get you fast results with brutal simplicity. See the [documentation](https://dreamland.js.org) for more information.
|
||||
|
||||
## What does it look like?
|
||||
Here's a simple counter app
|
||||
|
@ -112,4 +112,4 @@ window.addEventListener("load", () => {
|
|||
});
|
||||
```
|
||||
|
||||
See the [Wiki](https://github.com/MercuryWorkshop/dreamlandjs/wiki) for more information.
|
||||
See the [documentation](https://dreamland.js.org) for more information.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue