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%22Image%20title%22?q=react&page=10&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 21585 results for "react"(1153ms)

tijs_orgREADME.md3 matches

@tijsUpdated 3 days ago
5> _Not to be confused with the Torment Nexus from classic sci-fi literature._
6
7**Personal Nexus** is a React SSR website that serves as a central hub for your
8distributed digital identity, aggregating content from multiple AT Protocol
9sources and platforms into a beautiful, accessible personal website.
35### 🔧 **Technical Excellence**
36
37- **React 18 SSR**: Server-side rendering optimized for val.town
38- **AT Protocol Integration**: Native support for decentralized protocols
39- **Deno Runtime**: Modern ESM imports, no Node.js dependencies
92## 🛠️ Tech Stack
93
94- **Frontend**: React 18 with server-side rendering
95- **Runtime**: Deno with modern ESM imports
96- **Hosting**: Val.town platform

tijs_orgCHANGELOG.md1 match

@tijsUpdated 3 days ago
11### Added
12
13- **React SSR Website**: Complete server-side rendered React website for
14 val.town hosting
15- **Dynamic Content Integration**:

tijs_orgApp.tsx1 match

@tijsUpdated 3 days ago
1import React from "https://esm.sh/react@18";
2import { ProfileHeader } from "./components/ProfileHeader.tsx";
3import { PostsSection } from "./components/PostsSection.tsx";

tijs_orgCheckinsSection.tsx1 match

@tijsUpdated 3 days ago
1import React from "https://esm.sh/react@18";
2
3interface Checkin {

tijs_orgBookSection.tsx1 match

@tijsUpdated 3 days ago
1import React from "https://esm.sh/react@18";
2
3interface Book {

tijs_orgPostsSection.tsx1 match

@tijsUpdated 3 days ago
1import React from "https://esm.sh/react@18";
2
3interface Post {

tijs_orgOpenSourceSection.tsx1 match

@tijsUpdated 3 days ago
1import React from "https://esm.sh/react@18";
2
3export function OpenSourceSection() {

tijs_orgProfileHeader.tsx1 match

@tijsUpdated 3 days ago
1import React from "https://esm.sh/react@18";
2
3export function ProfileHeader() {

tijs_orgAppsSection.tsx1 match

@tijsUpdated 3 days ago
1import React from "https://esm.sh/react@18";
2
3export function AppsSection() {

SonarPostScreen.tsx4 matches

@moeUpdated 3 days ago
1/** @jsxImportSource https://esm.sh/react@19 */
2import { useQuery } from 'https://esm.sh/@tanstack/react-query@5'
3import { Braces, MessageCircle } from 'https://esm.sh/lucide-react@0.510.0'
4import { useParams } from 'https://esm.sh/react-router@7'
5
6import { Feed, Post } from '../components/Post.tsx'

wa-hono-react4 file matches

@nbbaierUpdated 1 day ago
react
franky47
Freelance software engineer, open-sourcerer, speaker. Building `nuqs`, a type-safe search params state manager for React.