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=function&page=879&format=json

For typeahead suggestions, use the /typeahead endpoint:

https://codesearch.val.run/typeahead?q=function

Returns an array of strings in format "username" or "username/projectName"

Found 14220 results for "function"(771ms)

willumarrymeoratleastbemyvalentinemain.tsx4 matches

@dtang18•Updated 2 months ago
17];
18
19function App() {
20 const [noClicks, setNoClicks] = useState(0);
21 const [isValentine, setIsValentine] = useState(false);
150
151// Confetti with Images
152function ConfettiImages() {
153 useEffect(() => {
154 const canvas = document.createElement("canvas");
190}
191
192function client() {
193 createRoot(document.getElementById("root")).render(<App />);
194}
197}
198
199export default async function server(request: Request): Promise<Response> {
200 return new Response(
201 `

valentinemain.tsx3 matches

@hers•Updated 2 months ago
13];
14
15function App() {
16 const [noClicks, setNoClicks] = useState(0);
17 const [isValentine, setIsValentine] = useState(false);
98}
99
100function client() {
101 createRoot(document.getElementById("root")).render(<App />);
102}
103if (typeof document !== "undefined") { client(); }
104
105export default async function server(request: Request): Promise<Response> {
106 return new Response(
107 `

daringHarlequinCaterpillarmain.tsx3 matches

@saksham_968•Updated 2 months ago
13];
14
15function App() {
16 const [noClicks, setNoClicks] = useState(0);
17 const [isValentine, setIsValentine] = useState(false);
98}
99
100function client() {
101 createRoot(document.getElementById("root")).render(<App />);
102}
103if (typeof document !== "undefined") { client(); }
104
105export default async function server(request: Request): Promise<Response> {
106 return new Response(
107 `

valentinemain.tsx3 matches

@saksham_968•Updated 2 months ago
13];
14
15function App() {
16 const [noClicks, setNoClicks] = useState(0);
17 const [isValentine, setIsValentine] = useState(false);
98}
99
100function client() {
101 createRoot(document.getElementById("root")).render(<App />);
102}
103if (typeof document !== "undefined") { client(); }
104
105export default async function server(request: Request): Promise<Response> {
106 return new Response(
107 `

Valentinessssmain.tsx3 matches

@shell•Updated 2 months ago
14];
15
16function App() {
17 const [noClicks, setNoClicks] = useState(0);
18 const [isValentine, setIsValentine] = useState(false);
99}
100
101function client() {
102 createRoot(document.getElementById("root")).render(<App />);
103}
104if (typeof document !== "undefined") { client(); }
105
106export default async function server(request: Request): Promise<Response> {
107 return new Response(
108 `

Raymain.tsx3 matches

@Val11•Updated 2 months ago
33];
34
35function App() {
36 const [noClicks, setNoClicks] = useState(0);
37 const [isValentine, setIsValentine] = useState(false);
118}
119
120function client() {
121 createRoot(document.getElementById("root")).render(<App />);
122}
123if (typeof document !== "undefined") { client(); }
124
125export default async function server(request: Request): Promise<Response> {
126 return new Response(
127 `

valentinemain.tsx3 matches

@Jdele030•Updated 2 months ago
13];
14
15function App() {
16 const [noClicks, setNoClicks] = useState(0);
17 const [isValentine, setIsValentine] = useState(false);
98}
99
100function client() {
101 createRoot(document.getElementById("root")).render(<App />);
102}
103if (typeof document !== "undefined") { client(); }
104
105export default async function server(request: Request): Promise<Response> {
106 return new Response(
107 `

Darkomain.tsx3 matches

@Val11•Updated 2 months ago
33];
34
35function App() {
36 const [noClicks, setNoClicks] = useState(0);
37 const [isValentine, setIsValentine] = useState(false);
118}
119
120function client() {
121 createRoot(document.getElementById("root")).render(<App />);
122}
123if (typeof document !== "undefined") { client(); }
124
125export default async function server(request: Request): Promise<Response> {
126 return new Response(
127 `

Hayelmain.tsx3 matches

@Val11•Updated 2 months ago
33];
34
35function App() {
36 const [noClicks, setNoClicks] = useState(0);
37 const [isValentine, setIsValentine] = useState(false);
118}
119
120function client() {
121 createRoot(document.getElementById("root")).render(<App />);
122}
123if (typeof document !== "undefined") { client(); }
124
125export default async function server(request: Request): Promise<Response> {
126 return new Response(
127 `

MiAmormain.tsx3 matches

@rahulshtv•Updated 2 months ago
13];
14
15function App() {
16 const [noClicks, setNoClicks] = useState(0);
17 const [isValentine, setIsValentine] = useState(false);
99}
100
101function client() {
102 createRoot(document.getElementById("root")).render(<App />);
103}
104if (typeof document !== "undefined") { client(); }
105
106export default async function server(request: Request): Promise<Response> {
107 return new Response(
108 `

getFileEmail4 file matches

@shouser•Updated 1 week ago
A helper function to build a file's email
tuna

tuna8 file matches

@jxnblk•Updated 1 week ago
Simple functional CSS library for Val Town