mirror of
https://github.com/centau/vide.git
synced 2026-08-20 23:01:37 +00:00
Update docs
This commit is contained in:
parent
6700e1b1f6
commit
15cf7f98ab
2 changed files with 6 additions and 4 deletions
|
|
@ -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