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=19&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"(428ms)

reactExample1 file match

@Negash•Updated 1 year ago

REACT_TODO_LIST_CONTENTS2 file matches

@liamdanielduffy•Updated 1 year ago

ssr_react_mini2 file matches

@stevekrouse•Updated 1 year ago

react_maplibre2 file matches

@hfu•Updated 1 year ago

reactExample1 file match

@tmcw•Updated 1 year ago

markdocReactExample2 file matches

@pomdtr•Updated 1 year ago

reactExample2 file matches

@stevekrouse•Updated 1 year ago

preactExample2 file matches

@stevekrouse•Updated 1 year ago

preact2 file matches

@stevekrouse•Updated 1 year ago

REACT_DOM_MINIFIED_PT41 file match

@liamdanielduffy•Updated 1 year ago

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