GithubHelp home page GithubHelp logo

Comments (5)

eps1lon avatar eps1lon commented on July 27, 2024 1

Interesting why this behaviour is applied to recoverable errors, I expected a failed client component to be called only once, then client error can be propagated to Error Boundary parent.

We retry client components one more time with sync rendering to check if we can recover.

from react.

eps1lon avatar eps1lon commented on July 27, 2024

If wrapped in Suspese component cause hydration error, React will render this component hungreds or event thousands times.

This is intended behavior. React will re-render on hydration mismatches inside Suspense in an attempt to recover. This should not break any app behavior. Though the number here is quite high. What are the steps to repro this behavior in the repo you linked?

The second case is violating the Rules of React. Class component constructors must be pure i.e. calling setTimeout in them is not allowed and leads to undefined behavior.

from react.

SuperOleg39 avatar SuperOleg39 commented on July 27, 2024

This is intended behavior. React will re-render on hydration mismatches inside Suspense in an attempt to recover. This should not break any app behavior. Though the number here is quite high.

As I know React will render suspensed child multiple times when need to wait thrown promise to be resolved?

Interesting why this behaviour is applied to recoverable errors, I expected a failed client component to be called only once, then client error can be propagated to Error Boundary parent.

What are the steps to repro this behavior in the repo you linked?

The same steps from issue, but this line with class component need to be removed - https://github.com/SuperOleg39/react-ssr-perf-test/blob/react-bug-suspense-child/react-18-stream/src/App.js#L52C12-L52C27

  1. Clone repo https://github.com/SuperOleg39/react-ssr-perf-test
  2. Switch to branch react-bug-suspense-child
  3. Remove this component from App render
  4. Run application build and server - cd react-18-stream && yarn && yarn start (use Node.js 16)
  5. Open application page at http://localhost:4000
  6. Reload page with React Proiler recording

from react.

SuperOleg39 avatar SuperOleg39 commented on July 27, 2024

One more thing, @eps1lon, important thing in reproduction branch - a big React component inside Suspense boundaries.

Looks like this problem occurs only when selective hydration applied to component, and it will render in concurrent mode.

For small components React did hydration fast, and probably sync.

from react.

SuperOleg39 avatar SuperOleg39 commented on July 27, 2024

Hello, @eps1lon!

Do I need to send a more information about reproduction steps, or it is enough?

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.