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/$2?q=react&page=8&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 13002 results for "react"(1126ms)

reactRouter7Example23 file matches

@tmcw•Updated 1 month ago

reactHonoStarter9 file matches

@loading•Updated 1 month ago

react-starter4 file matches

@charmaine•Updated 1 month ago

reactHonoStarter4 file matches

@Weidows•Updated 1 month ago

reactHonoStarter4 file matches

@rob_b•Updated 1 month ago

reactHonoStarter4 file matches

@tezlm•Updated 1 month ago

reactHonoStarter4 file matches

@shortdiv•Updated 1 month ago
denoVite

denoVite9 file matches

@maxm•Updated 2 months ago
Run a vite react app on Val Town. Remix me!
react-streaming-starter

react-streaming-starter4 file matches

@jxnblk•Updated 2 months ago
Minimal React streaming starter
react-starter

react-starter4 file matches

@jxnblk•Updated 2 months ago
Minimal React starter with SSR

solo-codingContactUs.tsx5 matches

@soloVal•Updated 1 hour ago
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import React, { useState } from 'react';
3
4interface ContactFormData {
8}
9
10const ContactUs: React.FC = () => {
11 const [formData, setFormData] = useState<ContactFormData>({
12 fullName: '',
15 });
16
17 const handleInputChange = (e: React.ChangeEvent<HTMLInputElement | HTMLTextAreaElement>) => {
18 const { name, value } = e.target;
19 setFormData(prev => ({
23 };
24
25 const handleSubmit = (e: React.FormEvent) => {
26 e.preventDefault();
27 // Handle form submission here

EnuguRentHome.tsx2 matches

@godinoarts•Updated 1 hour ago
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2
3import React, { useState, useEffect } from "https://esm.sh/react@18.2.0?deps=react@18.2.0";
4import PropertyCard from "../components/PropertyCard.tsx";
5import SearchFilters from "../components/SearchFilters.tsx";
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.
officialrajdeepsingh
Follow me if you learn more about JavaScript | TypeScript | React.js | Next.js | Linux | NixOS | Frontend Developer | https://linktr.ee/officialrajdeepsingh