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=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 21731 results for "react"(983ms)

react-hono-with-react-router5 file matches

@stevekrouse•Updated 5 months ago
react-spa-starter

react-spa-starter4 file matches

@jxnblk•Updated 5 months ago
Minimal React SPA example built in Val Town

reactHonoExample9 file matches

@sophiehouser•Updated 5 months ago

reactHonoExample9 file matches

@shouser•Updated 5 months ago

wiredReactPlayground2 file matches

@dcm31•Updated 5 months ago

openTownieMadeThis43 file matches

@charmaine•Updated 5 months ago
Starter template with client-side React & Hono server

openTownieMadeThis54 file matches

@charmaine•Updated 5 months ago
Using ReactHonoStarter template

reactHonoStarter_17427595747407 file matches

@charmaine•Updated 5 months ago
Starter template with client-side React & Hono server

ssr_react_mini_starter2 file matches

@stevekrouse•Updated 5 months ago

reactHonoExample_toowired9 file matches

@toowired•Updated 5 months ago

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 25 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.