Skip to content
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

[Bug?]: client router not working with docs site #1265

Closed
2 tasks done
babyccino opened this issue Jan 17, 2024 · 1 comment
Closed
2 tasks done

[Bug?]: client router not working with docs site #1265

babyccino opened this issue Jan 17, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@babyccino
Copy link

Duplicates

  • I have searched the existing issues

Latest version

  • I have tested the latest version

Current behavior 😯

Moving between pages triggers full page reload

Expected behavior 🤔

Moving between pages should use the client-side router

Steps to reproduce 🕹

Steps:

  1. go to https://start.solidjs.com/ or start docs dev server
  2. click on any page link

Context 🔦

No response

Your environment 🌎

System:
  OS: OSX 14.2.1
  CPU: Apple M2
Binaries:
  Node: 19.9.0
  pnpm: 8.13.1
npmPackages:
  solid-start: 0.4.10
@babyccino babyccino added the bug Something isn't working label Jan 17, 2024
@ryansolid
Copy link
Member

This is intentional. The docs site is an MPA with Islands and pre-rendering similar to Astro. In a sense this testing our own tech but this apprach reduces the javascript sent and the hydration time for the page load.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants