tanstackReactHonoExample10 file matches
reactHonoStarter4 file matches
reactHonoStarter4 file matches
reactHonoStarter4 file matches
reactHonoStarter4 file matches
myNewWebsite4 file matches
Starter template with client-side React & Hono server
You can access search results via JSON API by adding format=json
to your query:
https://codesearch.val.run/%7Bresult.originalUrl%7D?q=react&page=9&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 21713 results for "react"(1043ms)
1/** @jsxImportSource https://esm.sh/react */
2import React, { useEffect, useState } from "https://esm.sh/react";
3import { createRoot } from "https://esm.sh/react-dom/client";
45import {
13TbSend as Send,
14TbUsers as Users,
15} from "https://esm.sh/react-icons/tb";
1617const CampaignLanding = () => {
308<div className="flex justify-center mb-6">
309<div className="w-16 h-16 sm:w-20 sm:h-20 bg-gradient-to-br from-orange-100 to-yellow-100 rounded-full flex items-center justify-center text-orange-500 group-hover:scale-110 transition-transform duration-300 shadow-md">
310{React.cloneElement(area.icon, {
311className: "w-8 h-8 sm:w-10 sm:h-10",
312})}
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import React, { useState, useEffect } from "https://esm.sh/react@18.2.0";
3import { createRoot } from "https://esm.sh/react-dom@18.2.0/client";
45function App() {
20}
2122async function handleSubmit(e: React.FormEvent) {
23e.preventDefault();
24setResult(null);