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=125&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 11010 results for "react"(2790ms)

Akashindex.tsx5 matches

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

Akashindex.html4 matches

@Akashashnโ€ขUpdated 5 days ago
44 <div id="root"></div>
45
46 <!-- React and ReactDOM -->
47 <script type="importmap">
48 {
49 "imports": {
50 "react": "https://esm.sh/react@18.2.0",
51 "react-dom": "https://esm.sh/react-dom@18.2.0",
52 "react-dom/client": "https://esm.sh/react-dom@18.2.0/client"
53 }
54 }

AkashREADME.md2 matches

@Akashashnโ€ขUpdated 5 days ago
20โ”œโ”€โ”€ frontend/
21โ”‚ โ”œโ”€โ”€ index.html # Main HTML template
22โ”‚ โ”œโ”€โ”€ app.tsx # Frontend React application
23โ”‚ โ””โ”€โ”€ components/ # UI components
24โ”‚ โ”œโ”€โ”€ ResumeUpload.tsx # Resume upload component
43- SQLite for data storage
44- Hono for backend API
45- React for frontend UI
46- TailwindCSS for styling

linkInBioTemplatemain.tsx2 matches

@xiezhifeng1978โ€ขUpdated 5 days ago
1/** @jsxImportSource https://esm.sh/react */
2import { renderToString } from "npm:react-dom/server";
3
4export default async function(req: Request) {

CarRentalREADME.md5 matches

@Chandan5689โ€ขUpdated 5 days ago
1# DriveLuxe - Modern Car Rental Website
2
3A responsive and modern car rental website built with React and TailwindCSS. This project showcases a luxury car rental service with smooth animations, responsive design, and a clean user interface.
4
5## Features
8- **Modern UI**: Clean and elegant design with attention to detail
9- **Animations**: Subtle animations and transitions for enhanced user experience
10- **Multi-page Layout**: Complete website with multiple pages using React Router
11- **Car Listings**: Browse, filter, and search for available cars
12- **Booking System**: Multi-step booking process with form validation
23## Technologies Used
24
25- **React**: Frontend library for building the user interface
26- **TailwindCSS**: Utility-first CSS framework for styling
27- **React Router**: For navigation between pages
28- **Hono**: Lightweight web framework for the backend
29
41โ”‚ โ”œโ”€โ”€ pages/ # Page components
42โ”‚ โ”œโ”€โ”€ index.html # Main HTML template
43โ”‚ โ””โ”€โ”€ index.jsx # React entry point
44โ””โ”€โ”€ README.md
45```

CarRentalAbout.jsx2 matches

@Chandan5689โ€ขUpdated 5 days ago
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import React from 'https://esm.sh/react@18.2.0';
3import Button from '../components/ui/Button.jsx';
4

CarRentalBooking.jsx3 matches

@Chandan5689โ€ขUpdated 5 days ago
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import React, { useState, useEffect } from 'https://esm.sh/react@18.2.0';
3import { useParams, useNavigate } from 'https://esm.sh/react-router-dom@6.10.0?deps=react@18.2.0';
4import Button from '../components/ui/Button.jsx';
5import { getCarById, cars } from '../data/cars.js';

CarRentalCarDetail.jsx3 matches

@Chandan5689โ€ขUpdated 5 days ago
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import React, { useState, useEffect } from 'https://esm.sh/react@18.2.0';
3import { useParams, useNavigate } from 'https://esm.sh/react-router-dom@6.10.0?deps=react@18.2.0';
4import Button from '../components/ui/Button.jsx';
5import { getCarById, cars } from '../data/cars.js';

CarRentalCars.jsx3 matches

@Chandan5689โ€ขUpdated 5 days ago
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import React, { useState, useEffect } from 'https://esm.sh/react@18.2.0';
3import { useSearchParams } from 'https://esm.sh/react-router-dom@6.10.0?deps=react@18.2.0';
4import CarCard from '../components/ui/CarCard.jsx';
5import Button from '../components/ui/Button.jsx';

CarRentalHome.jsx3 matches

@Chandan5689โ€ขUpdated 5 days ago
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import React, { useState, useEffect } from 'https://esm.sh/react@18.2.0';
3import { Link } from 'https://esm.sh/react-router-dom@6.10.0?deps=react@18.2.0';
4import Button from '../components/ui/Button.jsx';
5import CarCard from '../components/ui/CarCard.jsx';

reactHonoStarter4 file matches

@Jjjiiiโ€ขUpdated 13 hours ago

reactHonoExample9 file matches

@purplesquirrelmediaโ€ขUpdated 16 hours ago
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