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=4&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 4194 results for "react"(703ms)

react-starter4 file matches

@charmaine•Updated 2 weeks ago

reactHonoStarter4 file matches

@std•Updated 2 weeks ago
Starter template with client-side React & Hono server

reactHonoStarter4 file matches

@Weidows•Updated 2 weeks ago

reactHonoStarter4 file matches

@rob_b•Updated 2 weeks ago

reactHonoStarter4 file matches

@tezlm•Updated 2 weeks ago

reactHonoStarter4 file matches

@shortdiv•Updated 3 weeks ago
denoVite

denoVite9 file matches

@maxm•Updated 3 weeks ago
Run a vite react app on Val Town. Remix me!
react-streaming-starter

react-streaming-starter4 file matches

@jxnblk•Updated 3 weeks ago
Minimal React streaming starter
react-starter

react-starter4 file matches

@jxnblk•Updated 4 weeks ago
Minimal React starter with SSR

react-hono-with-react-router5 file matches

@stevekrouse•Updated 4 weeks ago

atProtoLexiconThingApp.tsx2 matches

@wilhelm•Updated 1 hour ago
1/** @jsxImportSource https://esm.sh/react@19.1.0 */
2import { useState, useActionState } from "https://esm.sh/react@19.1.0";
3import { BrowserOAuthClient, OAuthSession } from "https://esm.sh/@atproto/oauth-client-browser@0.3.15"
4import { Agent } from "https://esm.sh/@atproto/api@0.15.5"

atProtoLexiconThingindex.tsx2 matches

@wilhelm•Updated 1 hour ago
1/** @jsxImportSource https://esm.sh/react@19.1.0 */
2import { createRoot } from "https://esm.sh/react-dom@19.1.0/client";
3import { App } from "./components/App.tsx";
4import { BrowserOAuthClient, OAuthSession } from "https://esm.sh/@atproto/oauth-client-browser@0.3.15"