Val Town Code SearchReturn to Val Town

API Access

You can access search results via JSON API by adding format=json to your query:

https://codesearch.val.run/...?q=react&page=10&format=json

For typeahead suggestions, use the /typeahead endpoint:

https://codesearch.val.run/typeahead?q=react

Returns an array of strings in format "username" or "username/projectName"

Found 17011 results for "react"(2233ms)

reactHonoStarterDupe2 file matches

@charmaineโ€ขUpdated 2 months ago

reactRouter7Example23 file matches

@tmcwโ€ขUpdated 2 months ago

reactHonoStarter9 file matches

@loadingโ€ขUpdated 2 months ago

react-starter4 file matches

@charmaineโ€ขUpdated 2 months ago

reactHonoStarter4 file matches

@Weidowsโ€ขUpdated 2 months ago

reactHonoStarter4 file matches

@rob_bโ€ขUpdated 2 months ago

reactHonoStarter4 file matches

@tezlmโ€ขUpdated 2 months ago

reactHonoStarter4 file matches

@shortdivโ€ขUpdated 2 months ago
denoVite

denoVite9 file matches

@maxmโ€ขUpdated 2 months ago
Run a vite react app on Val Town. Remix me!
react-streaming-starter

react-streaming-starter4 file matches

@jxnblkโ€ขUpdated 2 months ago
Minimal React streaming starter

tanstackReactHonoExamplerouter.tsx5 matches

@charmaineโ€ขUpdated 2 hours ago
1/** @jsxImportSource https://esm.sh/react@19 */
2import React from "https://esm.sh/react@19";
3import {
4 RootRoute,
7 createRouter,
8 RouterProvider,
9} from "https://esm.sh/@tanstack/react-router@^1.121.0?deps=react@19";
10import {
11 QueryClient,
12 QueryClientProvider,
13} from "https://esm.sh/@tanstack/react-query@^5.0.0?deps=react@19";
14import { App } from "./components/App.tsx";
15
59
60// Register the router for TypeScript
61declare module "@tanstack/react-router" {
62 interface Register {
63 router: typeof router;

tanstackReactHonoExampleREADME.md5 matches

@charmaineโ€ขUpdated 2 hours ago
1# React + TanStack + Hono Val Town Project
2
3Full-stack message board built for Val Town.
11
12### Frontend
13- React 19
14- TanStack Router (code-first routing)
15- TanStack Query (server state management)
31โ”‚ โ”œโ”€โ”€ database/ # Drizzle schema, migrations, and queries
32โ”‚ โ””โ”€โ”€ index.ts # Main Hono application
33โ”œโ”€โ”€ frontend/ # React app running in browser
34โ”‚ โ”œโ”€โ”€ components/ # React components
35โ”‚ โ”œโ”€โ”€ lib/ # Utilities and hooks
36โ”‚ โ””โ”€โ”€ router.tsx # TanStack Router configuration
40## API Endpoints
41
42- `GET /` - Serves the React application with initial data
43- `GET /api/messages` - Fetch all messages (JSON)
44- `POST /api/messages` - Create a new message
effector
Write business logic with ease Meet the new standard for modern TypeScript development. Type-safe, reactive, framework-agnostic library to manage your business logic.
officialrajdeepsingh
Follow me if you learn more about JavaScript | TypeScript | React.js | Next.js | Linux | NixOS | Frontend Developer | https://linktr.ee/officialrajdeepsingh