mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
Update docs
This commit is contained in:
parent
94add5d452
commit
a3cc2dfbda
30 changed files with 850 additions and 770 deletions
|
|
@ -6,10 +6,16 @@ Vide is heavily inspired by [Solid](https://www.solidjs.com/).
|
|||
|
||||
## Why Vide?
|
||||
|
||||
Vide provides a reactive and declarative API to simplify managing UI.
|
||||
Vide's reactive and declarative API aims to let you program UI as simply as
|
||||
possible, with a strong focus on how data flows through your application.
|
||||
|
||||
Some of the main focuses behind Vide's design choices:
|
||||
Some of Vide's main design choices:
|
||||
|
||||
- Minimal syntax
|
||||
- Complete typechecking
|
||||
- Independence from instances
|
||||
- Syntax minimal.
|
||||
- Data oriented.
|
||||
- Typechecking compatible.
|
||||
- Instance independent.
|
||||
|
||||
Vide's reactivity operates with the concept
|
||||
of scopes which carries a learning curve, though is what makes Vide's minimal
|
||||
syntax possible. The crash course will introduce these concepts gradually.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue