This commit is contained in:
Greg Johnston 2022-10-10 10:31:18 -04:00
commit 79f383c89e

View file

@ -1,7 +1,5 @@
# Leptos
**NOTE: This README is a work in progress and is currently incomplete.**
Leptos is full-stack, isomorphic Rust web framework leveraging fine-grained reactivity to build declarative user interfaces.
## What does that mean?
@ -15,8 +13,6 @@ Leptos is full-stack, isomorphic Rust web framework leveraging fine-grained reac
## Show me some code!
** NOTE: This README is a work in progress and is currently incomplete.**
```rust
use leptos::*;