-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
docs(solid-router): add getting-started pages #3481
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
View your CI Pipeline Execution ↗ for commit d430567.
☁️ Nx Cloud last updated this comment at |
More templates
@tanstack/arktype-adapter
@tanstack/create-router
@tanstack/directive-functions-plugin
@tanstack/create-start
@tanstack/eslint-plugin-router
@tanstack/history
@tanstack/react-cross-context
@tanstack/react-router
@tanstack/react-router-with-query
@tanstack/router-cli
@tanstack/router-core
@tanstack/router-devtools
@tanstack/router-generator
@tanstack/router-plugin
@tanstack/router-utils
@tanstack/router-vite-plugin
@tanstack/server-functions-plugin
@tanstack/solid-router
@tanstack/start
@tanstack/start-api-routes
@tanstack/start-client
@tanstack/start-config
@tanstack/start-plugin
@tanstack/start-router-manifest
@tanstack/start-server
@tanstack/start-server-functions-client
@tanstack/start-server-functions-fetcher
@tanstack/start-server-functions-handler
@tanstack/start-server-functions-server
@tanstack/start-server-functions-ssr
@tanstack/virtual-file-routes
@tanstack/valibot-adapter
@tanstack/zod-adapter
commit: |
|
@SeanCassiere , how to i make the solid appear in the framework drop down? And the react/core/solid labels next to the pages |
You'll need to make a PR here for Router - https://github.com/TanStack/tanstack.com/blob/0b7f31b935e707bd57de066637f9845a7a991494/app/libraries/router.tsx#L36 Example of it with Solid, from Query - https://github.com/TanStack/tanstack.com/blob/0b7f31b935e707bd57de066637f9845a7a991494/app/libraries/query.tsx#L31 Drop me a DM on Discord once the PR is up 👍🏼 |
* add solid installation guide * ci: apply automated fixes * remove react native notice * add quck-start and overview * solid-router imports * move the overview to core * ci: apply automated fixes * add overview core page * fix import of solidjs render * className -> class * fix solid overview page * ci: apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Blocked by:
Related to: