mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-25 12:52:47 -07:00
4e1d0b625210042e24935a24fba4fe836181d05c
Tuono
The fullstack react/rust framework.
Tuono (Italian word for "thunder", pronounced /2 Oh No/). Why Tuono? Just a badass name.
This project is under heavy development. API might drastically change!
Features
- Rust based server side rendering
- FS routing
- CSS modules
- React Server Components*
Folder structure
- .tuono
- public/
- src/
| - routes/
| | - api/
// Data is passed by the loading function
const IndexPage = ({data, isLoading, isError}) => <h1>Index Page</h1>
export const Route = createFileRoute({
loader: (params) => fetchApi(params),
component: IndexPage
})
Description
Languages
Rust
59.9%
TypeScript
39.7%
Dockerfile
0.4%