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=12&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 21718 results for "react"(6793ms)

reactHonoStarter4 file matches

@jessicagarsonโ€ขUpdated 3 months ago

reactHonoStarter_remix_665424 file matches

@johnroyallโ€ขUpdated 3 months ago
Starter template with client-side React & Hono server

reactHonoExample9 file matches

@johnroyallโ€ขUpdated 3 months ago

reactHonoStarter4 file matches

@johnroyallโ€ขUpdated 3 months ago

a_new_website4 file matches

@wolfโ€ขUpdated 3 months ago
Starter template with client-side React & Hono server

myNewWebsite4 file matches

@johnroyallโ€ขUpdated 3 months ago
Starter template with client-side React & Hono server

reactHonoExample9 file matches

@null360upโ€ขUpdated 3 months ago

StarterPackFeeds12 file matches

@moeโ€ขUpdated 3 months ago
Hono + React + Tailwind + Farcaster Mini App Starter Project

a_new_website3 file matches

@wolfโ€ขUpdated 3 months ago
Starter template with client-side React & Hono server

reactHonoStarter4 file matches

@johndevorโ€ขUpdated 3 months ago

last-login-demo-1index.tsx4 matches

@stevekrouseโ€ขUpdated 20 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 { createRoot } from "https://esm.sh/react-dom@18.2.0/client?deps=react@18.2.0,react-dom@18.2.0";
4import { LoginWithGoogleButton } from "https://esm.town/v/stevekrouse/LoginWithGoogleButton";
5
111 };
112
113 const handleKeyPress = (e: React.KeyboardEvent) => {
114 if (e.key === 'Enter' && !e.shiftKey) {
115 e.preventDefault();

last-login-demo-1README.md5 matches

@stevekrouseโ€ขUpdated 26 mins ago
1# ChatGPT Clone with LastLogin Authentication
2
3A fullstack React + Hono app that lets you chat with ChatGPT, with user authentication and thread history.
4
5## Features
18โ”œโ”€โ”€ frontend/
19โ”‚ โ”œโ”€โ”€ index.html # Main HTML template
20โ”‚ โ””โ”€โ”€ index.tsx # React frontend app
21โ””โ”€โ”€ README.md
22```
28- โœ… SQLite schema for threads and messages
29- โœ… Basic API endpoints for threads CRUD
30- โœ… Static file serving for React frontend
31
32**Frontend Foundation:**
33- โœ… React app with authentication UI
34- โœ… Basic layout with sidebar for threads
35- โœ… Login/logout flow with LoginWithGoogleButton
47## API Endpoints
48
49- `GET /` - Main React app
50- `GET /api/threads` - List user's threads
51- `POST /api/threads` - Create new thread
react
franky47
Freelance software engineer, open-sourcerer, speaker. Building `nuqs`, a type-safe search params state manager for React.