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=14&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"(2062ms)

react-router-data-mode-starter

react-router-data-mode-starter4 file matches

@jxnblk•Updated 4 months ago
Minimal React Router starter using data mode

new_website

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

reactHonoStarter4 file matches

@deboneil07•Updated 4 months ago

reactHonoStarter4 file matches

@texoport•Updated 4 months ago

IClickWolf4 file matches

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

reactstream5 file matches

@jxnblk•Updated 4 months ago
React SSR and client-side hydration for Val Town

vt-discord4 file matches

@boucher•Updated 4 months ago
Starter template with client-side React & Hono server
react-router-ssr-starter

react-router-ssr-starter4 file matches

@jxnblk•Updated 4 months ago
Minimal React Router starter with SSR
react-router-starter

react-router-starter3 file matches

@jxnblk•Updated 4 months ago
Minimal React Router starter

react-router-starter-remix-13 file matches

@jxnblk•Updated 4 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.