Giter Club home page Giter Club logo

Comments (4)

eps1lon avatar eps1lon commented on April 27, 2024 1

@lovizotto Could you clarify the steps to reproduce? Ideally with a fork of the examples, concrete steps to reproduce, expected and actual behavior.

from react.

IuriPires avatar IuriPires commented on April 27, 2024

@lovizotto Yeah. The suspense fallback is not being displayed. @eps1lon I think the documentation itself as exposed by @lovizotto is a good example.

from react.

eps1lon avatar eps1lon commented on April 27, 2024

That is the intended behavior though. This is explained in the deep dive section:

In the background, React tries to re-render with both query and deferredQuery updated to "ab". If this re-render completes, React will show it on the screen. However, if it suspends (the results for "ab" have not loaded yet), React will abandon this rendering attempt, and retry this re-render again after the data has loaded. The user will keep seeing the stale deferred value until the data is ready.

I emphasized the important bit that the user keeps seeing stale data instead of the Suspense fallback.

The Suspense docs also say this:

If Suspense was displaying content for the tree, but then it suspended again, the fallback will be shown again unless the update causing it was caused by startTransition or useDeferredValue.

Since the update was caused by useDeferredValue, we don't display the fallback again.

Did you assume that a suspended component implies that a Suspense fallback is shown?

from react.

rickhanlonii avatar rickhanlonii commented on April 27, 2024

Yeah as @eps1lon said, this it expected, and one of the main features of useDeferredValue. If you wanted to force the fallback (not recommended) you wouldn't use useDeferredValue

from react.

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.