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%22Image%20title%22?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 9072 results for "react"(1346ms)

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

untitled-4074tsconfig.json1 match

@manikrana•Updated 4 hours ago
10 "skipLibCheck": true,
11 "forceConsistentCasingInFileNames": true,
12 "jsx": "react"
13 },
14 "include": ["src/**/*"],

untitled-4074package.json4 matches

@manikrana•Updated 4 hours ago
13 "express": "^4.18.2",
14 "jsdom": "^22.1.0",
15 "react": "^18.2.0",
16 "react-dom": "^18.2.0"
17 },
18 "devDependencies": {
20 "@types/jsdom": "^21.1.6",
21 "@types/node": "^20.9.2",
22 "@types/react": "^18.2.38",
23 "@types/react-dom": "^18.2.17",
24 "ts-node": "^10.9.1",
25 "typescript": "^5.2.2"

vt-discord4 file matches

@boucher•Updated 4 days ago
Starter template with client-side React & Hono server

diceRollerUI1 file match

@dcm31•Updated 4 days ago
A web-based dice roller using React on Val Town