mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 14:54:16 +00:00
Note that README is incomplete
This commit is contained in:
parent
831ca3b819
commit
3edc834b7c
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
A full-stack, isomorphic Rust web framework leveraging fine-grained reactivity to build declarative user interfaces.
|
A full-stack, isomorphic Rust web framework leveraging fine-grained reactivity to build declarative user interfaces.
|
||||||
|
|
||||||
|
** NOTE: This README is a work in progress and is currently incomplete.**
|
||||||
|
|
||||||
```rust
|
```rust
|
||||||
use leptos::*;
|
use leptos::*;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue