Giter Site home page Giter Site logo

Multiple @connect decorators? about reselect HOT 3 CLOSED

reduxjs avatar reduxjs commented on May 17, 2024
Multiple @connect decorators?

from reselect.

Comments (3)

speedskater avatar speedskater commented on May 17, 2024

@eelkeh I think this depends on the goals you are trying to achieve.

If you add the main reducers to the top component. They will automatically trigger a rerender if your data changes. Hence you could as well pass your data down.

If some components in your hierarchy only depend on parts of the 'main' reducers I would suggest to add finer grained selectors on the root component and other connectors on the components deeper down.

e.g. in case of a form depending on your data you could select the complete form data at the root of your compound form component or you could create selectors for each form field and the selector at the root level could completely be removed.

Was this answer helpful for you?

from reselect.

ellbee avatar ellbee commented on May 17, 2024

I agree with @speedskater, it depends!

I will add that I don't think using reselect means you should split your app into smart and dumb components any differently.

from reselect.

ellbee avatar ellbee commented on May 17, 2024

This page from the excellent Redux documentation addresses this issue, as does this Redux issue.

from reselect.

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.