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=411&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 18844 results for "react"(8256ms)

untitled-1846main.tsx2 matches

@dotun1234โ€ขUpdated 1 month ago
1/** @jsxImportSource https://esm.sh/react */
2import { renderToString } from "npm:react-dom/server";
3
4export default async function(req: Request) {

untitled-4011SettingsPage.tsx2 matches

@ianmenethilโ€ขUpdated 1 month ago
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import React, { useState } from "https://esm.sh/react@18.2.0";
3import { useValTown } from "../components/ValTownProvider.tsx";
4

untitled-4011ValsPage.tsx2 matches

@ianmenethilโ€ขUpdated 1 month ago
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import React from "https://esm.sh/react@18.2.0";
3import { ValTownVals } from "../components/val-town/ValTownVals.tsx";
4

untitled-4011SQLitePage.tsx2 matches

@ianmenethilโ€ขUpdated 1 month ago
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import React from "https://esm.sh/react@18.2.0";
3import { ValTownSQLite } from "../components/val-town/ValTownSQLite.tsx";
4

untitled-4011ProfilePage.tsx2 matches

@ianmenethilโ€ขUpdated 1 month ago
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import React from "https://esm.sh/react@18.2.0";
3import { ValTownProfile } from "../components/val-town/ValTownProfile.tsx";
4

untitled-4011EmailsPage.tsx2 matches

@ianmenethilโ€ขUpdated 1 month ago
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import React from "https://esm.sh/react@18.2.0";
3import { ValTownEmails } from "../components/val-town/ValTownEmails.tsx";
4

untitled-4011BlobsPage.tsx2 matches

@ianmenethilโ€ขUpdated 1 month ago
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import React from "https://esm.sh/react@18.2.0";
3import { ValTownBlobs } from "../components/val-town/ValTownBlobs.tsx";
4

untitled-4011App.tsx2 matches

@ianmenethilโ€ข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 { ValTownProvider } from "./ValTownProvider.tsx";
4import { Router } from "./Router.tsx";

untitled-4011index.tsx3 matches

@ianmenethilโ€ขUpdated 1 month ago
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import React from "https://esm.sh/react@18.2.0";
3import { createRoot } from "https://esm.sh/react-dom@18.2.0/client";
4import { App } from "./components/App.tsx";
5

untitled-4011README.md3 matches

@ianmenethilโ€ขUpdated 1 month ago
12โ”œโ”€โ”€ frontend/
13โ”‚ โ”œโ”€โ”€ index.html # Main HTML template
14โ”‚ โ”œโ”€โ”€ index.tsx # React app entry point
15โ”‚ โ”œโ”€โ”€ components/ # React components
16โ”‚ โ”‚ โ”œโ”€โ”€ App.tsx # Main app component
17โ”‚ โ”‚ โ”œโ”€โ”€ Layout.tsx # Dashboard layout
43
44- **Backend**: Hono-based API server with proxy routes to Val Town API
45- **Frontend**: React SPA with client-side routing
46- **Authentication**: API key-based authentication for Val Town services
47- **Styling**: TailwindCSS for responsive design

reactHonoStarter4 file matches

@n4k0m3โ€ขUpdated 20 hours ago

MiniAppStarter11 file matches

@moeโ€ขUpdated 1 day ago
Hono + React + Tailwind + Farcaster Mini App Starter Project
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.