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//%22script.js/%22?q=react&page=1&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 21591 results for "react"(966ms)

glimpse2-runbook-view-glimpse-save-login-react20 file matches

@lightweight•Updated 1 hour ago

wa-hono-react4 file matches

@nbbaier•Updated 1 day ago

PreactHTMX5 file matches

@dumbanimal•Updated 2 days ago

react194 file matches

@nbbaier•Updated 2 days ago

reactHonoExample6 file matches

@McGern•Updated 5 days ago

reactHonoStarter5 file matches

@dumbanimal•Updated 5 days ago

reactHonoStarter3 file matches

@niceandneat•Updated 3 weeks ago

MiniAppStarter11 file matches

@moe•Updated 4 weeks ago
Hono + React + Tailwind + Farcaster Mini App Starter Project
react-streaming-starter

react-streaming-starter4 file matches

@jxnblk•Updated 4 weeks ago
Minimal React streaming starter

reactHonoExample9 file matches

@stevekrouse•Updated 1 month ago
Example with client-side React & Hono server
21 - **Most reliable** for normal user behavior
22
232. **Secondary (Component Cleanup)**: React `useEffect` cleanup
24 - Triggers when user navigates within the app (SPA navigation)
25 - Runs when React component unmounts normally
26 - Uses standard `fetch` with full error handling
27 - **Reliable** for in-app navigation
3 */
4
5import { useEffect, useRef } from "https://esm.sh/react@18.2.0?deps=react@18.2.0";
6import { updateViewingStatus } from "../services/viewingService.ts";
7
react
franky47
Freelance software engineer, open-sourcerer, speaker. Building `nuqs`, a type-safe search params state manager for React.