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

No matches found in users.

Try switching to another result type using the tabs above.

CTGBreakerFarcasterMiniApp.tsx2 matches

@horsefacts•Updated 4 hours ago
1/** @jsxImportSource https://esm.sh/react@19 */
2import fcsdk from "https://esm.sh/@farcaster/frame-sdk";
3import { useEffect, useState } from "https://esm.sh/react@19";
4import { formatAddress, formatJSON, MonoButtonWithStatus, Section } from "./ui.tsx";
5

my-first-valtest3 matches

@bugraipek•Updated 4 hours ago
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import { createRoot } from "https://esm.sh/react-dom@18.2.0/client";
3import React from "https://esm.sh/react@18.2.0";
4
5// Array of random Turkish sentences

reactHonoStarter4 file matches

@Nabinduthraj•Updated 10 hours ago

atProtoLexiconThing4 file matches

@wilhelm•Updated 22 hours ago
Starter template with client-side React & Hono server