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=865&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 13923 results for "react"(1523ms)

testprserveindex.tsx2 matches

@wolf•Updated 1 month ago
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import { createRoot } from "https://esm.sh/react-dom@18.2.0/client";
3import { App } from "./components/App.tsx";
4

reactHonoStarterindex.html1 match

@wolf•Updated 1 month ago
4 <meta charset="UTF-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1.0">
6 <title>React Hono Val Town Starter</title>
7 <link rel="stylesheet" href="/public/style.css">
8 <link rel="icon" href="/public/favicon.svg" sizes="any" type="image/svg+xml">

reactHonoStarterindex.tsx2 matches

@wolf•Updated 1 month ago
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import { createRoot } from "https://esm.sh/react-dom@18.2.0/client";
3import { App } from "./components/App.tsx";
4

reactHonoStarterApp.tsx3 matches

@wolf•Updated 1 month ago
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import { useState } from "https://esm.sh/react@18.2.0";
3
4export function App() {
6 return (
7 <div>
8 <h1>Val Town React + Hono Starter</h1>
9 I've been clicked <button onClick={() => setClicked((c) => c + 1)}>{clicked}</button> times
10 </div>

twoLineLogoGeneratorapi.tsx1 match

@dcm31•Updated 1 month ago
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import { fontOptions } from "./FontData.tsx";
3import { colorPalettes } from "./ColorUtils.tsx";

twoLineLogoGeneratorLogoGenerator.tsx3 matches

@dcm31•Updated 1 month ago
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import React from "https://esm.sh/react@18.2.0";
3
4// Common logo generation logic to share between web UI and API
28 fontFamily: string,
29 singleLineMode: boolean,
30 svgRef?: React.RefObject<SVGSVGElement> | null
31) {
32 // Default result structure

twoLineLogoGeneratorSvgHostClient.tsx2 matches

@dcm31•Updated 1 month ago
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import React from "https://esm.sh/react@18.2.0";
3
4// Function to upload SVG to the same SVG host service used by OpenMoji

twoLineLogoGeneratorColorPicker.tsx2 matches

@dcm31•Updated 1 month ago
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import React from "https://esm.sh/react@18.2.0";
3import { colorPalettes } from "./ColorUtils.tsx";
4import { neutralColors } from "./FontData.tsx";

twoLineLogoGeneratorColorUtils.tsx2 matches

@dcm31•Updated 1 month ago
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import React from "https://esm.sh/react@18.2.0";
3
4// Official OpenMoji color palette

twoLineLogoGeneratorFontData.tsx2 matches

@dcm31•Updated 1 month ago
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import React from "https://esm.sh/react@18.2.0";
3
4// Neutral colors always available

reactHonoStarter3 file matches

@angeltapes•Updated 18 hours ago
Website experiment

reactHonoStarter4 file matches

@notmart•Updated 2 days ago
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.
officialrajdeepsingh
Follow me if you learn more about JavaScript | TypeScript | React.js | Next.js | Linux | NixOS | Frontend Developer | https://linktr.ee/officialrajdeepsingh