MCPcopy Create free account
hub / github.com/solidjs/solid-start / App

Function App

apps/tests/src/app.tsx:7–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5import "./app.css";
6
7export default function App() {
8 return (
9 <Router
10 root={props => (
11 <MetaProvider>
12 <Title>SolidStart - Basic</Title>
13 <ul>
14 <li>
15 <a href="/">Basic</a>
16 </li>
17 <li>
18 <a href="/client-only">Client-Only</a>
19 </li>
20 <li>
21 <a href="/is-server-nested">isserver (nested)</a>
22 </li>
23 <li>
24 <a href="/is-server-const">isserver (const)</a>
25 </li>
26 <li>
27 <a href="/is-server-toplevel">isserver (toplevel)</a>
28 </li>
29 <li>
30 <a href="/node-builtin-nested">node builtin (nested)</a>
31 </li>
32 <li>
33 <a href="/node-builtin-toplevel">node builtin (toplevel)</a>
34 </li>
35 <li>
36 <a href="/npm-module-nested">npm module (lodash) (nested)</a>
37 </li>
38 <li>
39 <a href="/npm-module-toplevel">npm module (lodash) (toplevel)</a>
40 </li>
41 <li>
42 <a href="/treeshaking">treeshaking (no side-effects)</a>
43 </li>
44 <li>
45 <a href="/treeshaking/side-effects">treeshaking (w/ side-effects)</a>
46 </li>
47 <li>
48 <a href="/is-server-with-anon-default-export">is server with anon default export</a>
49 </li>
50 <li>
51 <a href="/generator-server-function">generator server function</a>
52 </li>
53 <li>
54 <a href="/not-found">Not Found</a>
55 </li>
56 <li>
57 <a href="/text-plain-response">Text Plain Response</a>
58 </li>
59 <li>
60 <a href="/referencing-multiple-export-named-functions-in-the-same-file">
61 referencing multiple export named functions in the same file
62 </a>
63 </li>
64 </ul>

Callers 1

handleSingleFlightFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected