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/$%7Bart_info.art.src%7D?q=react&page=1&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 11785 results for "react"(946ms)

MiniAppStarter9 file matches

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

reactHonoStarter4 file matches

@jessicagarsonโ€ขUpdated 18 hours ago

reactHonoStarter_remix_665424 file matches

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

reactHonoExample9 file matches

@johnroyallโ€ขUpdated 1 day ago

reactHonoStarter4 file matches

@johnroyallโ€ขUpdated 1 day ago

a_new_website4 file matches

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

myNewWebsite4 file matches

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

reactHonoExample9 file matches

@null360upโ€ขUpdated 1 day ago

StarterPackFeeds12 file matches

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

a_new_website3 file matches

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

SA7README.md2 matches

@pro989โ€ขUpdated 1 hour ago
36โ”œโ”€โ”€ frontend/
37โ”‚ โ”œโ”€โ”€ index.html # Dark-themed HTML template with loader
38โ”‚ โ”œโ”€โ”€ index.tsx # React frontend with 3D components
39โ”‚ โ””โ”€โ”€ style.css # Advanced CSS with 3D effects and animations
40โ”œโ”€โ”€ shared/
55
56- **Backend**: Hono framework with static file serving
57- **Frontend**: React with TypeScript and advanced CSS animations
58- **Styling**: Custom dark theme with glass morphism and 3D effects
59- **PDF Generation**: Client-side PDF creation using jsPDF for optimal performance

SA7index.tsx7 matches

@pro989โ€ขUpdated 1 hour ago
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import React, { useState, useRef, useCallback } from 'https://esm.sh/react@18.2.0';
3import { createRoot } from 'https://esm.sh/react-dom@18.2.0/client';
4import { jsPDF } from 'https://esm.sh/jspdf@2.5.1';
5import type { ImageFile, ConversionOptions } from '/shared/types.ts';
6
7const ImageToPDFConverter: React.FC = () => {
8 const [images, setImages] = useState<ImageFile[]>([]);
9 const [isConverting, setIsConverting] = useState(false);
41 }, []);
42
43 const handleDrop = useCallback((e: React.DragEvent) => {
44 e.preventDefault();
45 setDragOver(false);
47 }, [handleFileSelect]);
48
49 const handleDragOver = useCallback((e: React.DragEvent) => {
50 e.preventDefault();
51 setDragOver(true);
52 }, []);
53
54 const handleDragLeave = useCallback((e: React.DragEvent) => {
55 e.preventDefault();
56 setDragOver(false);
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