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=37&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 16305 results for "react"(4982ms)

SON-GOKUTelegramLinks.tsx2 matches

@Itssongoku•Updated 2 days ago
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import React from "https://esm.sh/react@18.2.0?deps=react@18.2.0";
3
4export default function TelegramLinks() {

SON-GOKUBINExtrap.tsx3 matches

@Itssongoku•Updated 2 days ago
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import React, { useState, useEffect, useMemo } from "https://esm.sh/react@18.2.0?deps=react@18.2.0";
3import { detectCardType } from "../../shared/utils.ts";
4
183 };
184
185 const importBINs = (event: React.ChangeEvent<HTMLInputElement>) => {
186 const file = event.target.files?.[0];
187 if (!file) return;

thirdTimerLink.tsx2 matches

@nbbaier•Updated 2 days ago
1/** @jsxImportSource https://esm.sh/react@18.2.0?dev */
2
3export const Link = ({
6 className = "",
7}: {
8 children: React.ReactNode;
9 href: string;
10 className?: string;

CineEvents.tsx2 matches

@eddie_walk•Updated 2 days ago
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import React, { useState } from "https://esm.sh/react@18.2.0?deps=react@18.2.0";
3import type { Event } from "../../shared/types.ts";
4

CineFilmClubs.tsx2 matches

@eddie_walk•Updated 2 days ago
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import React from "https://esm.sh/react@18.2.0?deps=react@18.2.0";
3import type { FilmClub } from "../../shared/types.ts";
4

CineAbout.tsx2 matches

@eddie_walk•Updated 2 days ago
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import React from "https://esm.sh/react@18.2.0?deps=react@18.2.0";
3
4export default function About() {

CineApp.tsx2 matches

@eddie_walk•Updated 2 days ago
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import React, { useState } from "https://esm.sh/react@18.2.0?deps=react@18.2.0";
3import type { Event, FilmClub, Video, VideoCategory } from "../../shared/types.ts";
4import Hero from "./Hero.tsx";

Cineindex.tsx3 matches

@eddie_walk•Updated 2 days ago
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import React 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 App from "./components/App.tsx";
5

CineShowcase.tsx2 matches

@eddie_walk•Updated 2 days ago
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import React, { useState } from "https://esm.sh/react@18.2.0?deps=react@18.2.0";
3import type { Video, VideoCategory } from "../../shared/types.ts";
4import VideoGallery from "./VideoGallery.tsx";

CineVideoPlayer.tsx4 matches

@eddie_walk•Updated 2 days ago
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import React, { useState, useRef, useEffect } from "https://esm.sh/react@18.2.0?deps=react@18.2.0";
3import type { Video, VideoPlayerState } from "../../shared/types.ts";
4
79 };
80
81 const handleSeek = (e: React.MouseEvent<HTMLDivElement>) => {
82 const video = videoRef.current;
83 if (!video) return;
91 };
92
93 const handleVolumeChange = (e: React.ChangeEvent<HTMLInputElement>) => {
94 const video = videoRef.current;
95 if (!video) return;

reactHonoStarter4 file matches

@halfstack•Updated 11 hours ago

MiniAppStarter10 file matches

@moe•Updated 13 hours ago
Hono + React + Tailwind + Farcaster Mini App Starter Project
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