Silver is a web framework based on WebComponents.
English | 简体中文
- The
ref
directive - The DOM Patch algorithm based on tagged template
- Supports non-string and complex data for props
- Based on WebComponents
- Writing components with functional style
- Zero dependencies
- A true event system between components based on DOM events
- A Simple and Fast update strategy
- Clone the repository.
- Start a static http server in one of the examples in
/examples/*
. - See how it works.
Project | Description |
---|---|
SilverDocument | Silver Document (upcoming) |
SilverStarter | A simple Silver project (upcoming) |
Silver has complete typing and testing support.
The Silver is under MIT License.
Copyright © 2023 - Present, RYZZ(Zhenyu Yang)