MiniAppStarter11 file matches
Hono + React + Tailwind + Farcaster Mini App Starter Project
reactHonoExample9 file matches
reactHonoStarter4 file matches
reactHonoStarter4 file matches
reactHonoStarter4 file matches
Playing Around
You can access search results via JSON API by adding format=json
to your query:
https://codesearch.val.run/$%7Bsuccess?q=react&page=1&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 17359 results for "react"(2997ms)
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import { buildDiscordMessage, categorizeCommits, fetchAndPostCommits, fetchCommits } from "./process-commits.tsx";
3
20- Mobile-responsive design
21- Client-side validation
22- Available in both HTML and React versions
23- Admin dashboard for viewing attendees and speakers
2425## Project Structure
2627- `/frontend/` - React implementation
28- `/frontend/index.html` - HTML container for React app
29- `/frontend/index.tsx` - React entry point
30- `/frontend/components/` - React components
31- `/frontend/components/AdminDashboard.tsx` - Admin dashboard component
32