Giter VIP home page Giter VIP logo

Comments (4)

ryansolid avatar ryansolid commented on July 19, 2024

This is intentional. There is a feature called Transitions that are baked into the router that do this hold mechanism and allow with the use of isRouting to indicate stale state. If you want to show fallback put the Suspense boundary below the route(in your page) is generally the recommended way.

For more information on the reasoning behind this these slightly outdated React docs might help(https://reactjs.org/docs/concurrent-mode-patterns.html#the-three-steps). Since the time of posting the timeout on transitions was removed the decision on when to show fallback is simply is it newly rendered. Once there is established main content the fallback doesn't show up.

from solid-router.

ivands avatar ivands commented on July 19, 2024

But wouldn't that mean that you would have to wrap every route inside a Suspense tag instead of having a single Suspense tag wrapping all the routes? Seems a little weird to me. I was expecting Suspense to work the same as in this example: https://www.solidjs.com/tutorial/async_transitions (showing me the fallback everytime the tab switches)

from solid-router.

ryansolid avatar ryansolid commented on July 19, 2024

Closing as by design. It's possible with the right proposal we can consider this but generally it is work as expected.

from solid-router.

sami616 avatar sami616 commented on July 19, 2024

Just wanted to chime in with a possible work around @ivands @ryansolid, but i've managed to wrap part of my route tree with a suspense boundary by using an <Outlet/>

from solid-router.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.