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=137&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 11382 results for "react"(818ms)

untitled-9291Header.tsx3 matches

@maria26•Updated 5 days ago
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import React, { useState } from "https://esm.sh/react@18.2.0";
3
4const Header: React.FC = () => {
5 const [isMenuOpen, setIsMenuOpen] = useState(false);
6

untitled-9291App.tsx3 matches

@maria26•Updated 5 days ago
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import React from "https://esm.sh/react@18.2.0";
3import Header from "./Header.tsx";
4import Hero from "./Hero.tsx";
11import { InitialData } from "../../shared/types.ts";
12
13const App: React.FC = () => {
14 // Get initial data from window if available
15 const initialData: InitialData = window.__INITIAL_DATA__ || {

untitled-9291index.tsx5 matches

@maria26•Updated 5 days ago
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import React from "https://esm.sh/react@18.2.0";
3import { createRoot } from "https://esm.sh/react-dom@18.2.0/client";
4import App from "./components/App.tsx";
5
12// Render the App component
13root.render(
14 <React.StrictMode>
15 <App />
16 </React.StrictMode>
17);

untitled-9291README.md2 matches

@maria26•Updated 5 days ago
6
7- `index.html`: Main HTML template
8- `index.tsx`: React entry point
9- `components/`: React components
10- `assets/`: Static assets like images and icons
11

untitled-9291README.md2 matches

@maria26•Updated 5 days ago
33## Features
34
35- Modern, responsive design using React and Tailwind CSS
36- IDESA virtual design assistant powered by OpenAI
37- Interactive sections showcasing IDES INTERIOR services and portfolio
40## Technologies Used
41
42- Frontend: React, Tailwind CSS
43- Backend: Hono (API framework)
44- AI Integration: OpenAI API

reactHonoStarterApp.tsx3 matches

@niceandneat•Updated 5 days ago
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import { useState } from "https://esm.sh/react@18.2.0";
3
4export function App() {
6 return (
7 <div>
8 <h1>Val Town React + Hono Starter</h1>
9 I've been clicked <button onClick={() => setClicked((c) => c + 1)}>{clicked}</button> times
10 </div>

dddREADME.md1 match

@Dhanu•Updated 5 days ago
16## Tech Stack
17
18- **Frontend**: React with TailwindCSS
19- **Backend**: Hono API framework on Val Town
20- **Database**: SQLite for data storage

dddWeatherForecast.tsx3 matches

@Dhanu•Updated 5 days ago
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import React from "https://esm.sh/react@18.2.0";
3import type { ForecastDay } from "../../shared/types.ts";
4import ForecastCard from "./ForecastCard.tsx";
8}
9
10const WeatherForecast: React.FC<WeatherForecastProps> = ({ forecast }) => {
11 return (
12 <div>

dddForecastCard.tsx3 matches

@Dhanu•Updated 5 days ago
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import React from "https://esm.sh/react@18.2.0";
3import type { ForecastDay } from "../../shared/types.ts";
4import { getWeatherIcon } from "../../shared/types.ts";
8}
9
10const ForecastCard: React.FC<ForecastCardProps> = ({ day }) => {
11 // Format date to display day of week
12 const formatDate = (dateString: string) => {

dddCurrentWeather.tsx3 matches

@Dhanu•Updated 5 days ago
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import React from "https://esm.sh/react@18.2.0";
3import type { WeatherData } from "../../shared/types.ts";
4import { getWeatherIcon } from "../../shared/types.ts";
8}
9
10const CurrentWeather: React.FC<CurrentWeatherProps> = ({ data }) => {
11 const { current, location } = data;
12

a_new_website4 file matches

@wolf•Updated 21 mins ago
Starter template with client-side React & Hono server

StarterPackFeeds12 file matches

@moe•Updated 1 hour 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