mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
Merge branch 'main' of https://github.com/gbj/leptos
This commit is contained in:
commit
79f383c89e
1 changed files with 0 additions and 4 deletions
|
@ -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::*;
|
||||
|
||||
|
|
Loading…
Reference in a new issue