2024-05-02 20:54:07 +02:00
|
|
|
# Tuono
|
2024-04-27 10:10:50 +02:00
|
|
|
|
2024-05-02 20:49:46 +02:00
|
|
|
> The fullstack react/rust framework.
|
|
|
|
|
|
|
|
|
|
Tuono (Italian word for "thunder", pronounced /2 Oh No/).
|
|
|
|
|
Why Tuono? Just a badass name.
|
2024-04-27 10:10:50 +02:00
|
|
|
|
|
|
|
|
> This project is under heavy development. API might drastically change!
|
|
|
|
|
|
|
|
|
|
## Features
|
|
|
|
|
- Rust based server side rendering
|
|
|
|
|
- FS routing
|
|
|
|
|
- CSS modules
|
2024-05-05 09:46:32 +02:00
|
|
|
- React Server Components*
|
2024-04-27 10:10:50 +02:00
|
|
|
|
|
|
|
|
## Folder structure
|
|
|
|
|
|
|
|
|
|
```
|
2024-05-02 18:35:30 +02:00
|
|
|
- .tuono
|
2024-04-27 10:10:50 +02:00
|
|
|
- public/
|
|
|
|
|
- src/
|
|
|
|
|
| - routes/
|
|
|
|
|
| | - api/
|
|
|
|
|
```
|