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=119&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 10925 results for "react"(1502ms)

createApp.tsx2 matches

@charmaineโ€ข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 { Contact } from "../../shared/types.ts";
4import ContactList from "./ContactList.tsx";

createindex.tsx3 matches

@charmaineโ€ข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

createREADME.md1 match

@charmaineโ€ขUpdated 5 days ago
43
44- Backend: Hono, SQLite
45- Frontend: React, Tailwind CSS
46- Shared: TypeScript

PRChecker2index.tsx2 matches

@tagawaโ€ข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 default function GitHubPRAnalyzer() {

SmartRoutesLoginForm.tsx4 matches

@Abbietechโ€ขUpdated 5 days ago
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import React, { useState } from "https://esm.sh/react@18.2.0";
3import { User } from "../../shared/types.ts";
4
7}
8
9const LoginForm: React.FC<LoginFormProps> = ({ onLoginSuccess }) => {
10 const [email, setEmail] = useState("");
11 const [name, setName] = useState("");
13 const [error, setError] = useState<string | null>(null);
14
15 const handleSubmit = async (e: React.FormEvent) => {
16 e.preventDefault();
17

SmartRoutesHeader.tsx3 matches

@Abbietechโ€ขUpdated 5 days ago
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import React, { useState } from "https://esm.sh/react@18.2.0";
3import { User } from "../../shared/types.ts";
4
8}
9
10const Header: React.FC<HeaderProps> = ({ user, onLogout }) => {
11 const [menuOpen, setMenuOpen] = useState(false);
12

SmartRoutesApp.tsx3 matches

@Abbietechโ€ข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 Header from "./Header.tsx";
4import LoginForm from "./LoginForm.tsx";
17}
18
19const App: React.FC = () => {
20 const [user, setUser] = useState<User | null>(null);
21 const [token, setToken] = useState<string | null>(null);

SmartRoutesindex.tsx3 matches

@Abbietechโ€ข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

SmartRoutesREADME.md2 matches

@Abbietechโ€ขUpdated 5 days ago
19โ”‚ โ””โ”€โ”€ index.ts # Main API entry point
20โ”œโ”€โ”€ frontend/
21โ”‚ โ”œโ”€โ”€ components/ # React components
22โ”‚ โ”œโ”€โ”€ index.html # Main HTML template
23โ”‚ โ””โ”€โ”€ index.tsx # Frontend entry point
27## Technologies Used
28
29- Frontend: React, TailwindCSS
30- Backend: Hono API framework
31- Database: SQLite

automate-workflowsindex.html1 match

@charmaineโ€ขUpdated 5 days ago
60 <input type="text" id="repo" name="repo" required
61 class="w-full px-4 py-2 border border-gray-300 rounded-md focus:ring-blue-500 focus:border-blue-500"
62 placeholder="e.g., react">
63 </div>
64 </div>

reactHonoStarter4 file matches

@Jjjiiiโ€ขUpdated 3 hours ago

reactHonoExample9 file matches

@purplesquirrelmediaโ€ขUpdated 6 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