docs: update readme
This commit is contained in:
24
README.md
24
README.md
@@ -5,22 +5,14 @@ Pure Go reactive web framework.
|
|||||||
Somewhere along the way, the web became tangled in layers of JavaScript, build chains, and frameworks stacked on frameworks.
|
Somewhere along the way, the web became tangled in layers of JavaScript, build chains, and frameworks stacked on frameworks.
|
||||||
|
|
||||||
Via takes a radical stance:
|
Via takes a radical stance:
|
||||||
|
- No templates.
|
||||||
No templates.
|
- No JavaScript.
|
||||||
|
- No transpilation.
|
||||||
No JavaScript.
|
- No hydration.
|
||||||
|
- No front-end fatigue.
|
||||||
No transpilation.
|
- Single SSE stream.
|
||||||
|
- Full reactivity
|
||||||
No hydration.
|
- Pure Go.
|
||||||
|
|
||||||
No front-end fatigue.
|
|
||||||
|
|
||||||
Single SSE (Server Sent Events) connection.
|
|
||||||
|
|
||||||
Full reactivity in the browser.
|
|
||||||
|
|
||||||
Pure Go.
|
|
||||||
|
|
||||||
### Example
|
### Example
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user