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=389&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 4293 results for "react"(1118ms)

charBuildIdeaScaletest_http.tsx3 matches

@dcm31•Updated 1 month 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 1 month 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 1 month 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 1 month 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 1 month 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 1 month 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 1 month 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 1 month 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 1 month 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

charbuildApp.tsx2 matches

@dcm31•Updated 1 month ago
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import React, { useState, useEffect } from "https://esm.sh/react@18.2.0";
3import { LoginWithGoogleButton } from "https://esm.town/v/stevekrouse/LoginWithGoogleButton";
4import { Header } from "./Header.tsx";

react-router-starter-remix-13 file matches

@jxnblk•Updated 13 hours ago

reactHonoStarter4 file matches

@stfnsr•Updated 1 day ago