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
6700e1b1f6
commit
15cf7f98ab
2 changed files with 6 additions and 4 deletions
|
|
@ -10,10 +10,10 @@
|
|||
|
||||
Vide is a reactive UI library.
|
||||
|
||||
- Uses Luau typechecking
|
||||
- Fully Luau typecheckable
|
||||
- Declarative and concise syntax.
|
||||
- Minimal imports.
|
||||
- Reactive state driven.
|
||||
- Reactively driven.
|
||||
|
||||
## Getting started
|
||||
|
||||
|
|
|
|||
|
|
@ -16,8 +16,10 @@ worrying about manually updating UI instances.
|
|||
Some of the main focuses behind Vide's design choices:
|
||||
|
||||
- Concise syntax to reduce verbosity as much as possible.
|
||||
- Reducing the amount of imports needed for usage by using Luau's syntax and
|
||||
semantics.
|
||||
- Reducing the amount of imports needed for usage by leveraging Luau's syntax
|
||||
and semantics.
|
||||
- Being completely typecheckable.
|
||||
- Flexibility, particularly with integrating other libraries and allowing users
|
||||
to use their own patterns.
|
||||
- A powerful reactive system that does not interfere with the lifetime of
|
||||
instances.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue