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=16&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"(988ms)

reactHonoStarter4 file matches

@Dpp•Updated 5 months ago

myNewWebsite4 file matches

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

reactHonoStarter4 file matches

@jhsu•Updated 5 months ago

reactHonoStarter4 file matches

@manelvf•Updated 5 months ago

testprserve4 file matches

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

reactHonoStarter3 file matches

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

HonoReactTailwindStarter6 file matches

@moe•Updated 5 months ago
preact-client-starter

preact-client-starter5 file matches

@jxnblk•Updated 5 months ago
Minimal Preact starter example with client-side hydration
preact-starter

preact-starter2 file matches

@jxnblk•Updated 5 months ago
Minimal Preact SSR starter example

reactHonoExample9 file matches

@geoffreylitt•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.