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=1503&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 19128 results for "react"(5855ms)

marvelousScarletAntlionmain.tsx3 matches

@stevekrouse•Updated 4 months ago
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import { createRoot } from "https://esm.sh/react-dom@18.2.0/client";
3import React, { useState } from "https://esm.sh/react@18.2.0";
4import { db } from "https://esm.town/v/sqlite/db";
5

charBuildIdeaScaletest_http.tsx3 matches

@dcm31•Updated 4 months ago
1/** @jsxImportSource https://esm.sh/react@18.3.1 */
2import React from "https://esm.sh/react@18.3.1";
3import { renderToString } from "https://esm.sh/react-dom@18.3.1/server";
4import { lastlogin } from "https://esm.town/v/stevekrouse/lastlogin_safe";
5

charBuildIdeaScalecomponents.tsx2 matches

@dcm31•Updated 4 months ago
1/** @jsxImportSource https://esm.sh/react@18.3.1 */
2import React from "https://esm.sh/react@18.3.1";
3import { LoginWithGoogleButton } from "https://esm.town/v/stevekrouse/LoginWithGoogleButton";
4import { CONFIG, THEME, Idea } from "./config";

charBuildIdeaScalehttp_endpoint.tsx3 matches

@dcm31•Updated 4 months ago
1/** @jsxImportSource https://esm.sh/react@18.3.1 */
2import React from "https://esm.sh/react@18.3.1";
3import { renderToString } from "https://esm.sh/react-dom@18.3.1/server";
4
5// Helper for rendering the response

ttrpgToolshttp.tsx3 matches

@dcm31•Updated 4 months ago
1/** @jsxImportSource https://esm.sh/react@18.3.1 */
2import React from "https://esm.sh/react@18.3.1";
3import { renderToString } from "https://esm.sh/react-dom@18.3.1/server";
4
5// Helper for rendering the response

ttrpgToolsREADME.md1 match

@dcm31•Updated 4 months ago
27This subproject uses:
28
29- React for UI components
30- Path-based routing for different tools
31- Responsive design for use on any device

charBuildSubprojectTemplatehttp.tsx3 matches

@dcm31•Updated 4 months ago
1/** @jsxImportSource https://esm.sh/react@18.3.1 */
2import React from "https://esm.sh/react@18.3.1";
3import { renderToString } from "https://esm.sh/react-dom@18.3.1/server";
4
5// Helper for rendering the response

parentProjectTemplatehttp.tsx3 matches

@dcm31•Updated 4 months ago
1/** @jsxImportSource https://esm.sh/react@18.3.1 */
2import React from "https://esm.sh/react@18.3.1";
3import { renderToString } from "https://esm.sh/react-dom@18.3.1/server";
4import { proxyRoutes, proxyRequest } from "./proxies.tsx";
5

subprojectTemplatehttp.tsx3 matches

@dcm31•Updated 4 months ago
1/** @jsxImportSource https://esm.sh/react@18.3.1 */
2import React from "https://esm.sh/react@18.3.1";
3import { renderToString } from "https://esm.sh/react-dom@18.3.1/server";
4
5// Helper for rendering the response

questieDemohttp.tsx3 matches

@dcm31•Updated 4 months ago
1/** @jsxImportSource https://esm.sh/react@18.3.1 */
2import React from "https://esm.sh/react@18.3.1";
3import { renderToString } from "https://esm.sh/react-dom@18.3.1/server";
4
5// Helper for rendering the response

tanstackReactHonoExample10 file matches

@vasergen•Updated 1 day ago
react-router-hono-starter

react-router-hono-starter4 file matches

@jxnblk•Updated 1 day ago
Minimal React Router + Hono starter example
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.