docs: update readme

This commit is contained in:
Joao Goncalves
2025-10-31 01:53:47 -01:00
parent f8f0376dbe
commit f38a7dde39

View File

@@ -1,7 +1,7 @@
# ⚡Via # ⚡Via
Pure Go reactive web framework. Pure Go reactive web framework.
### Why Via? ## Why Via?
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.
@@ -13,7 +13,7 @@ Via takes a radical stance:
- Full reactivity - Full reactivity
- Pure Go. - Pure Go.
### Example ## Example
```go ```go
package main package main
@@ -54,21 +54,14 @@ func main() {
``` ```
> Via is in it's infancy. Things will break often. > Via is in it's infancy. Things will break often.
### Contributing ## Contributing
Via is intentionally minimal — and so is contributing. - Via is intentionally minimal — and so is contributing.
- If you love Go, precision, and small, meaningful abstractions — Come along for the ride.
- Fork, branch, build, break things.
- Follow the loop: Via → Context → State/Signals → View.
- Keep every line purposeful.
If you love Go, precision, and small, meaningful abstractions — Come along for the ride. ## Credits
Fork, branch, build, break things.
Follow the loop: Via → Context → State/Signals → View.
Keep every line purposeful.
### Credits
Via builds upon the work of these amazing projects: Via builds upon the work of these amazing projects: