Giter Club home page Giter Club logo

Comments (2)

quisido avatar quisido commented on June 7, 2024

Unknown and of interest. Ideally, the component would not re-render in this case.

I wouldn't consider this high enough priority to fix at the moment (a soon React release will add a store observer hook that would offer a better API for listening to state changes), but I'd be open to a PR assuming it is simple enough of a change to ensure no side effects.

Thanks for noticing and reporting this. I'm glad to have it documented.

from reactn.

js-jslog avatar js-jslog commented on June 7, 2024

Hi Charles,

Thanks for the roadmap headsup on this. That's interesting to know.

I won't have time to study the code and make a PR, but I can share my workaround for those who need one for performance reasons.

I had the dispatch in question update a different global property which isn't associated with any renders, which means it can afford to be updated on every dispatch with minimal cost. I then setup a useEffect which triggers each time that property is updated, but then only conditionally calls a setter from useGlobal if the object is identical to the previous.

You can set up some boilerplate to make this process reasonably generic, readable and maintainable. You can study the code changes in the PRs mentioned in the previous 2 issue comments here but there are a lot of changes there and a lot of context to dig through so if anyone actually needs this help let me know and I'll put a bit of thought in to breaking it down.

from reactn.

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.