2024-05-23 22:44:57 +02:00
2024-05-12 21:52:04 +02:00
2024-05-11 15:08:49 +02:00
2024-05-12 21:40:46 +02:00
2024-04-27 10:40:38 +02:00
2024-05-18 20:45:35 +02:00
2024-05-11 15:08:49 +02:00
2024-05-18 20:45:35 +02:00
2024-05-01 19:42:18 +02:00
2024-05-12 21:08:07 +02:00

Tuono
The react/rust fullstack framework

⚠️ This project is under heavy development. API might drastically change ⚠️

Tuono (Italian word for "thunder", pronounced /2 Oh No/). Why Tuono? Just a badass name.

Installation

cargo install tuono

Create a new project

tuono new 

Development

tuono dev

Features

  • Rust based server side rendering
  • FS routing
  • CSS modules
  • Hot Module Reload
  • Multi thread backend

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
})
S
Description
Tuono — Rust + React fullstack web framework
Readme 9.7 MiB
Languages
Rust 59.9%
TypeScript 39.7%
Dockerfile 0.4%