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: v253View latest version
- React router (remix) for server side routing and rendering React
- Hono RPC for data fetching with a Hono API
- Simple in-memory number storage with Hono RPC
- Two pages: Home and Number
- The Number page uses honorpc to get and set a number value
- Home Page: Simple landing page with navigation
- Number Page: View and update a number using Hono RPC