Skip to content

Conversation

nikgraf
Copy link
Collaborator

@nikgraf nikgraf commented May 14, 2025

Setting up a simple "Connect" app boilerplate

I went with Tanstack router for now as it seems to be cleanest solution in terms of typing and simple features we need.

@nikgraf nikgraf self-assigned this May 14, 2025
@nikgraf nikgraf force-pushed the connect-scaffold branch from e07daff to c1c1f79 Compare May 14, 2025 18:32
@nikgraf nikgraf requested review from cmwhited and pcarranzav May 14, 2025 18:46
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nitpick. But we probably want to add a correct title and description to get at least some amount of SEO. (Can work on this later when we have a logo, etc)

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gonna guess we probably don't want to keep this


// biome-ignore lint/style/noNonNullAssertion: root element is always there
createRoot(document.getElementById('root')!).render(
// <StrictMode>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just curious, why no <StrictMode>?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good point, will add it

@nikgraf nikgraf merged commit 9e2f14a into main May 15, 2025
4 checks passed
@nikgraf nikgraf deleted the connect-scaffold branch May 15, 2025 06:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants