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/$2?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 20869 results for "react"(972ms)

Github user's stars (pagination)436 words

https://docs.val.town/integrations/github/github-users-stars-pagination/
"https://esm.town/v/vtdocs/getGithubStars"; console.log(await getGithubStars("stevekrouse")); Email yourself when you get a comment reaction! Section titled “Email yourself when you get a comment reaction!” Create a GitHub personal access token: https://github.com/settings/personal-access-tokens/new. Give it

Sections

Email yourself when you get a comment reaction!

you get a comment reaction! Section titled “Email yourself when you get a comment reaction!” Create a GitHub personal access token: https://github.com/settings/personal-access-tokens/new. Give it permissions to the repositories that you’re

HTML & JSX116 words

https://docs.val.town/vals/http/jsx/
of your file: /** @jsxImportSource https://esm.sh/react */ React. Section titled “React” We recommend using React: Preact. Section titled “Preact” Preact is a great alternative to React: Vue. Section titled “Vue”

Sections

HTML & JSX

Preact, the pragma will look like this at the top of your file: /** @jsxImportSource https://esm.sh/react */

React

React. Section titled “React” We recommend using React:

Preact

Preact. Section titled “Preact” Preact is a great alternative to React:

Saving data from a web page521 words

https://docs.val.town/guides/saving-data-from-a-web-page/
is a remix of the above app that uses client-side React to make the API calls: You could easily host the React part anywhere (Vercel, Netlify, etc) and have it

Sections

Blob storage

is a remix of the above app that uses client-side React to make the API calls: You could easily host the React part anywhere (Vercel, Netlify, etc) and have it

SQLite example

will leave it as an exercise to an ambitious and helpful reader to convert the React demo to use SQLite and submit a PR to this docs page. Note: we

Your first website255 words

https://docs.val.town/quickstarts/first-website/
about this page. This is a guide to making a website on Val Town using React JSX, such as a link-in-bio page or a personal website. Step 1: Sign up

Sections

Your first website

about this page. This is a guide to making a website on Val Town using React JSX, such as a link-in-bio page or a personal website.

linkInBiomain.tsx2 matches

@senorsaito•Updated 5 hours ago
1/** @jsxImportSource https://esm.sh/react */
2import { renderToString } from "npm:react-dom/server";
3
4export default async function (req: Request) {

enrich-new-usersREADME.md4 matches

@jonathanpeterwu•Updated 6 hours ago
1# React Hono Starter
2
3This app is a starter template for client-side React and server-side Hono.
4
5## Getting started
16 [`/frontend/index.html`](/frontend/index.html)
17 - which in turn imports [`/frontend/index.tsx`](/frontend/index.tsx)
18 - which in turn imports the React app from
19 [`/frontend/components/App.tsx`](/frontend/components/App.tsx).
20
28## Further resources
29
30- [React Hono Example](https://www.val.town/x/stevekrouse/reactHonoExample) is a
31 bigger example project, with a SQLite database table, queries, client-side
32 CSS, a favicon, and shared code that runs on both client and server.

reactHonoStarter3 file matches

@niceandneat•Updated 2 days ago

MiniAppStarter11 file matches

@moe•Updated 1 week ago
Hono + React + Tailwind + Farcaster Mini App Starter Project
react
franky47
Freelance software engineer, open-sourcerer, speaker. Building `nuqs`, a type-safe search params state manager for React.