GithubHelp home page GithubHelp logo

Comments (5)

alexreardon avatar alexreardon commented on April 27, 2024 1

Here is the full text of the set state optimization [as at 13th April]:

If the new value you provide is identical to the current state, as determined by an Object.is comparison, React will skip re-rendering the component and its children. This is an optimization. Although in some cases React may still need to call your component before skipping the children, it shouldn’t affect your code.

useState docs

I think that wording the caveat that the re-render optimization is skipped "in some cases" implies that the de-optimization should only occur in outlier circumstances (eg nested set states in an effect), and not for standard happy path cases.

I think that skipping the re-render optimization for a happy path case is a bug.

I appreciate that component renders should be pure, and so an additional re-render should not cause any functional problems. However, I still think that this current behaviour is incorrect.

The current behaviour hurt me when I was trying to write a test to assert that a component should not render after a particular event, but a render did occur. It would be fair to ask: "Why assert render behaviour in a test?". I think it is fair to assert re-rendering behaviour given that re-rendering can be expensive with react

from react.

Andarist avatar Andarist commented on April 27, 2024

Might be a duplicate of #18098

from react.

vkurchatkin avatar vkurchatkin commented on April 27, 2024

On the linked documentation page it literally says that this is expected:

Although in some cases React may still need to call your component before skipping the children, it shouldn’t affect your code

from react.

brayanjeshua avatar brayanjeshua commented on April 27, 2024

It could be a joke but... Have you tried to remove the StictMode?

https://react.dev/reference/react/StrictMode

from react.

alexreardon avatar alexreardon commented on April 27, 2024

I can confirm that this bug appears without strict mode on

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.