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=17&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"(2412ms)

multiroutePreact2 file matches

@iamseeleyโ€ขUpdated 11 months ago

multirouteReact2 file matches

@iamseeleyโ€ขUpdated 11 months ago

reactServer2 file matches

@iamseeleyโ€ขUpdated 11 months ago

preactExample1 file match

@iamseeleyโ€ขUpdated 11 months ago

dateme_home_react2 file matches

@stevekrouseโ€ขUpdated 12 months ago

dateme_react_client2 file matches

@stevekrouseโ€ขUpdated 12 months ago

valwriter_react_clientside2 file matches

@stevekrouseโ€ขUpdated 1 year ago

sparklineSVGReact2 file matches

@stevekrouseโ€ขUpdated 1 year ago

dateme_layout_react2 file matches

@stevekrouseโ€ขUpdated 1 year ago

dateme_faq_react2 file matches

@stevekrouseโ€ขUpdated 1 year ago

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