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/$%7Burl%7D?q=react&page=17&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 19654 results for "react"(3270ms)

ssr_react_mini_starter2 file matches

@stevekrouse•Updated 4 months ago

reactHonoExample_toowired9 file matches

@toowired•Updated 4 months ago

reactHonoExample9 file matches

@varun1352•Updated 4 months ago

reactHonoStarter4 file matches

@vawogbemi•Updated 4 months ago

ReactStream1 file match

@charmaine•Updated 4 months ago

townieBear4 file matches

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

reactHonoExample9 file matches

@moe•Updated 4 months ago

project_updates_webhook4 file matches

@shouser•Updated 4 months ago
Example with client-side React & Hono server

reactMarkdownSample1 file match

@matthamlin•Updated 4 months ago

static_react2 file matches

@jxnblk•Updated 4 months ago

qsindex.tsx6 matches

@tobil•Updated 2 hours ago
1/** @jsxImportSource https://esm.sh/react@18.2.0?dev */
2import { createRoot } from "https://esm.sh/react-dom@18.2.0/client?dev";
3import React, {
4 useEffect,
5 useMemo,
6 useRef,
7 useState,
8} from "https://esm.sh/react@18.2.0?dev";
9
10// Types
108 }
109 const set = new Set(indices);
110 const parts: React.ReactNode[] = [];
111 let i = 0;
112 while (i < text.length) {
430 ];
431
432 function handleKeyDown(e: React.KeyboardEvent<HTMLInputElement>) {
433 if (results.length === 0) return;
434 if (e.key === "ArrowDown") {

Townie-3ValTownLogo.tsx1 match

@dinavinter•Updated 10 hours ago
1/** @jsxImportSource https://esm.sh/react@18.2.0?dev */
2
3export function ValTownLogo () {
franky47
Freelance software engineer, open-sourcerer, speaker. Building `nuqs`, a type-safe search params state manager for React.
effector
Write business logic with ease Meet the new standard for modern TypeScript development. Type-safe, reactive, framework-agnostic library to manage your business logic.