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=18&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 19119 results for "react"(3235ms)

reactRouter710 file matches

@charmaineUpdated 5 months ago

react_client_fork1 file match

@johndevorUpdated 5 months ago

React___client1 file match

@johndevorUpdated 5 months ago

react_client_fork1 file match

@charmaineUpdated 5 months ago

reactExample

@richardwu9Updated 5 months ago

reactExample1 file match

@johndevorUpdated 5 months ago

ReactStatic2 file matches

@jxnblkUpdated 6 months ago

ReactStream_migrated2 file matches

@jxnblkUpdated 6 months ago

snakeGameReact

@mahmudulUpdated 6 months ago

reactPinterestClone1 file match

@Ronu12_05Updated 6 months ago

basic-html-starterREADME.md1 match

@advonhikeUpdated 3 hours ago
34
35If you want more interactivity, check out this
36[React starter](https://www.val.town/x/std/reactHonoStarter).
37
38### ← favicon.svg

tanstackReactHonoExamplerouter.tsx5 matches

@vasergenUpdated 6 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;
franky47
Freelance software engineer, open-sourcerer, speaker. Building `nuqs`, a type-safe search params state manager for React.
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.