|
@@ -101,7 +101,7 @@ With one command, `dx serve` and your app is running. Edit your markup, styles,
|
|
|
<!-- <video src="https://private-user-images.githubusercontent.com/10237910/386919031-6da371d5-3340-46da-84ff-628216851ba6.mov" width="500"></video> -->
|
|
|
</div>
|
|
|
|
|
|
-## A pragmatic and productive fullstack web framework
|
|
|
+## Productive, typesafe, fullstack web framework
|
|
|
|
|
|
Directly call your backend from your frontend with our built-in type-safe RPC using [`server_fn`](http://crates.io/crates/server_fn). Supports streaming, suspense, bundle splitting, websockets, and more.
|
|
|
|
|
@@ -126,7 +126,7 @@ async fn fetch_fortune() -> ServerFnResult<String> {
|
|
|
|
|
|
## First-party primitive components
|
|
|
|
|
|
-Get started quickly with a complete set of primitives modeled after ShadCN and Radix-Primitives.
|
|
|
+Get started quickly with a complete set of primitives modeled after shadcn/ui and Radix-Primitives.
|
|
|
|
|
|
<div align="center">
|
|
|
<img src="./notes/primitive-components.avif">
|