Features
Templates
Showcase
Townie
AI
Blog
Docs
Pricing
Log in
Sign up
laurynas
tanstackReactHonoExample
Remix of stevekrouse/reactHonoExample
Public
Like
5
Remix
Close sidebar
tanstackReactHonoExample
Home
Code
6
backend
3
frontend
7
shared
2
.vtignore
README.md
deno.json
Branches
1
Pull requests
Remixes
4
History
Environment variables
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.
Sign up now
Merge
laurynas/main
into
stevekrouse/main
README.md
+79
-8
stevekrouse/main
laurynas/main
backend/database/migrations.ts
+10
-14
backend/database/queries.ts
+21
-17
H
backend/index.ts
+3
-4
frontend/components/App.tsx
+28
-21
frontend/components/MessageInput.tsx
+16
-16
frontend/index.html
+3
-3
frontend/index.tsx
+4
-4
.vtignore
+6
-0
backend/database/db.ts
+9
-0
backend/database/schema.ts
+11
-0
deno.json
+37
-0
frontend/lib
frontend/lib/queries.ts
+44
-0
frontend/router.tsx
+74
-0
frontend/style.css
+0
-62