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/%7Bresult.originalUrl%7D?q=react&page=15&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 21729 results for "react"(1238ms)

reactHonoStarter4 file matches

@stfnsr•Updated 4 months ago

myNewWebsite4 file matches

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

reactHonoStarter4 file matches

@Nabinduthraj•Updated 4 months ago

HtmlSpecialCharsDemo3 file matches

@wolf•Updated 4 months ago
Example that shows that react escapes automatically

reactHonoStarter4 file matches

@paulc_•Updated 4 months ago

duckTown4 file matches

@duckorangeduck•Updated 5 months ago
Starter template with client-side React & Hono server

reactHonoStarter4 file matches

@pom421•Updated 5 months ago

reactHonoExample9 file matches

@pom421•Updated 5 months ago

testingValCli3 file matches

@keheliya•Updated 5 months ago
Starter template with client-side React & Hono server

HonoReactTailwindStarter7 file matches

@paweljw•Updated 5 months ago

untitled-1522README.md2 matches

@jessicaocean•Updated 50 mins ago
32
33- `backend/` - Hono API server with authentication and group chat
34- `frontend/` - React chat interface with group features
35- `shared/` - Shared TypeScript types
36
38
39- **Backend**: Hono, LastLogin auth, SQLite, OpenAI, Server-Sent Events
40- **Frontend**: React, TailwindCSS, Real-time SSE connections
41- **Database**: SQLite with participant and invitation tables
42

untitled-1522App.tsx2 matches

@jessicaocean•Updated 51 mins ago
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import React, { useState, useEffect } from "https://esm.sh/react@18.2.0?deps=react@18.2.0";
3import LoginPage from "./LoginPage.tsx";
4import ConversationList from "./ConversationList.tsx";
react
franky47
Freelance software engineer, open-sourcerer, speaker. Building `nuqs`, a type-safe search params state manager for React.