Public
Like
FullstackStarter
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v291View latest version
A minimal example demonstrating:
- React Router for client-side navigation
- Hono RPC for data fetching with a Hono API
- Simple in-memory number storage
- Home Page: Simple landing page with a button to navigate to the Number page
- Number Page: View and update a number using Hono RPC (honorpc)
- The backend stores a number in memory
- The frontend uses Hono RPC to fetch and update the number
- React Router handles navigation between pages