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/%7Bresult.originalUrl%7D?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 21731 results for "react"(1042ms)

reactHonoStarterDupe2 file matches

@charmaine•Updated 5 months ago

reactRouter7Example23 file matches

@tmcw•Updated 5 months ago

reactHonoStarter9 file matches

@loading•Updated 5 months ago

react-starter4 file matches

@charmaine•Updated 5 months ago

reactHonoStarter4 file matches

@Weidows•Updated 5 months ago

reactHonoStarter4 file matches

@rob_b•Updated 5 months ago

reactHonoStarter4 file matches

@tezlm•Updated 5 months ago

reactHonoStarter4 file matches

@shortdiv•Updated 5 months ago
denoVite

denoVite9 file matches

@maxm•Updated 5 months ago
Run a vite react app on Val Town. Remix me!
react-starter

react-starter4 file matches

@jxnblk•Updated 5 months ago
Minimal React starter with SSR

SonarMiniAppScreen.tsx4 matches

@moe•Updated 22 mins ago
1/** @jsxImportSource https://esm.sh/react@19 */
2import { useQuery } from 'https://esm.sh/@tanstack/react-query@5'
3import { Braces, IdCard, PanelBottom } from 'https://esm.sh/lucide-react@0.510.0'
4import { useParams } from 'https://esm.sh/react-router@7'
5
6import { Debug, NavOutlet, PaddedError, PaddedSpinner } from '../components/ui.tsx'

SonarApp.tsx5 matches

@moe•Updated 24 mins ago
1/** @jsxImportSource https://esm.sh/react@19 */
2import fcsdk from 'https://esm.sh/@farcaster/frame-sdk'
3import { Route, Routes, useLocation, useNavigate } from 'https://esm.sh/react-router@7'
4import { useEffect, useState } from 'https://esm.sh/react@19'
5
6import { Analytics } from './components/Analytics.tsx'
98 {/* <h2 className="">Features:</h2> */}
99 <div className="opacity-50">
100 <div className="">✷ Hono + React + Tailwind</div>
101 <div className="">✷ React Router + React Query</div>
102 <div className="">✷ Built-in database (blob storage)</div>
103 <div className="">✷ Farcaster mini app manifest + webhook + embed metadata</div>
react
franky47
Freelance software engineer, open-sourcerer, speaker. Building `nuqs`, a type-safe search params state manager for React.