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/?q=react&page=29&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 21633 results for "react"(1007ms)

myReactApp2 file matches

@liamdanielduffy•Updated 1 year ago

react2 file matches

@andreterron2•Updated 1 year ago

REACT_DOM_MINIFIED_FINAL2 file matches

@liamdanielduffy•Updated 1 year ago

preactWebApp2 file matches

@easrng•Updated 1 year ago

addReactFromCDN2 file matches

@liamdanielduffy•Updated 1 year ago

myReactComponent2 file matches

@liamdanielduffy•Updated 1 year ago

preactTest1 file match

@tmcw•Updated 1 year ago

REACT_DOM_MINIFIED_PT21 file match

@liamdanielduffy•Updated 1 year ago

buildReactDomMinified2 file matches

@liamdanielduffy•Updated 1 year ago

buildReactMinified2 file matches

@liamdanielduffy•Updated 1 year ago

campanhapsdalcoframain.ts4 matches

@nmsilva•Updated 33 mins ago
1/** @jsxImportSource https://esm.sh/react */
2import React, { useEffect, useState } from "https://esm.sh/react";
3import { createRoot } from "https://esm.sh/react-dom/client";
4
5import {
13 TbSend as Send,
14 TbUsers as Users,
15} from "https://esm.sh/react-icons/tb";
16
17const CampaignLanding = () => {

untitled-8620main.ts4 matches

@know•Updated 39 mins ago
268 <title>Prerequisite Tree Generator</title>
269 <link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🌳</text></svg>">
270 <script src="https://unpkg.com/react@18/umd/react.development.js"></script>
271 <script src="https://unpkg.com/react-dom@18/umd/react-dom.development.js"></script>
272 <script src="https://unpkg.com/@babel/standalone/babel.min.js"></script>
273 <link rel="preconnect" href="https://fonts.googleapis.com">
442<div id="root"></div>
443<script type="text/babel">
444 const { useState, useEffect, useCallback } = React;
445
446 const API_BASE_URL = '${sourceUrl}';
610
611 const container = document.getElementById('root');
612 const root = ReactDOM.createRoot(container);
613 root.render(<App />);
614</script>
react
franky47
Freelance software engineer, open-sourcerer, speaker. Building `nuqs`, a type-safe search params state manager for React.