mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
15 lines
360 B
Markdown
15 lines
360 B
Markdown
# Introduction
|
|
|
|
This is a tutorial that introduces the concepts and usage of Vide.
|
|
|
|
Vide is heavily inspired by [Solid](https://www.solidjs.com/).
|
|
|
|
## Why Vide?
|
|
|
|
Vide provides a reactive and declarative API to simplify managing UI.
|
|
|
|
Some of the main focuses behind Vide's design choices:
|
|
|
|
- Minimal syntax
|
|
- Complete typechecking
|
|
- Independence from instances
|