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/image-url.jpg%20%22Optional%20title%22?q=react&page=1572&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 19249 results for "react"(4171ms)

priyanshCartoonAppmain.tsx3 matches

@Priyansh•Updated 5 months ago
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import React, { useState, useEffect } from "https://esm.sh/react@18.2.0";
3import { createRoot } from "https://esm.sh/react-dom@18.2.0/client";
4
5const PRIYANSH_VIDEOS = [

valentinemain.tsx3 matches

@chaimyuirbrief•Updated 5 months ago
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import { createRoot } from "https://esm.sh/react-dom@18.2.0/client";
3import React, { useState } from "https://esm.sh/react@18.2.0";
4
5const NO_PHRASES = [

aiVideoAppmain.tsx4 matches

@Priyansh•Updated 5 months ago
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import React, { useState, useEffect, useRef } from "https://esm.sh/react@18.2.0";
3import { createRoot } from "https://esm.sh/react-dom@18.2.0/client";
4
5// Updated Types for Video Social Media Platform
87 ]);
88
89 const handleVideoUpload = (event: React.ChangeEvent<HTMLInputElement>) => {
90 const file = event.target.files?.[0];
91 if (file) {

priyanshSocialMediaAppmain.tsx3 matches

@Priyansh•Updated 5 months ago
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import React, { useState, useEffect } from "https://esm.sh/react@18.2.0";
3import { createRoot } from "https://esm.sh/react-dom@18.2.0/client";
4
5// Types for our social media platform

priyanshAIToolmain.tsx4 matches

@Priyansh•Updated 5 months ago
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import React, { useState } from "https://esm.sh/react@18.2.0";
3import { createRoot } from "https://esm.sh/react-dom@18.2.0/client";
4
5function PriyanshAI() {
8 const [isLoading, setIsLoading] = useState(false);
9
10 const handleSubmit = async (e: React.FormEvent) => {
11 e.preventDefault();
12 if (!input.trim()) return;

victoriousAmberRabbitmain.tsx4 matches

@Priyansh•Updated 5 months ago
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import React, { useState } from "https://esm.sh/react@18.2.0";
3import { createRoot } from "https://esm.sh/react-dom@18.2.0/client";
4
5function AIToolPro() {
8 const [loading, setLoading] = useState(false);
9
10 const handleSubmit = async (e: React.FormEvent) => {
11 e.preventDefault();
12 setLoading(true);

deepsweekAIToolmain.tsx3 matches

@Priyansh•Updated 5 months ago
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import { createRoot } from "https://esm.sh/react-dom@18.2.0/client";
3import React, { useState } from "https://esm.sh/react@18.2.0";
4
5function App() {

videoShowingAppmain.tsx3 matches

@Priyansh•Updated 5 months ago
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import { createRoot } from "https://esm.sh/react-dom@18.2.0/client";
3import React, { useRef, useState } from "https://esm.sh/react@18.2.0";
4
5function App() {

halilgokceyemain.tsx3 matches

@Toygar•Updated 5 months ago
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import { createRoot } from "https://esm.sh/react-dom@18.2.0/client";
3import React, { useState } from "https://esm.sh/react@18.2.0";
4
5const NO_PHRASES = [

whoIsHiringREADME.md1 match

@teachai1•Updated 5 months ago
4HonoJs doesn't support render for async components so the style is off for the home page.
5
6And the state changes don't register in html rendering so thinking of using react instead.

preact-starter2 file matches

@dumbanimal•Updated 1 day ago

reactHonoStarter4 file matches

@cnvx•Updated 2 days ago
franky47
Freelance software engineer, open-sourcerer, speaker. Building `nuqs`, a type-safe search params state manager for React.
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.