Giter VIP home page Giter VIP logo

Comments (3)

diegohaz avatar diegohaz commented on May 28, 2024 3

@codyaverett

I also had some use cases like that.

When I wrote this issue, one idea I had was to merge both containers to work like a single one (similar to Composing), which wouldn't work if you wanted to have different contexts. But so far I didn't need it.

Your example is usually called "render props callback hell". If you put that on Google, you'll find interesting things, including an advise from our prophet: facebook/react#12664 (comment)

I sincerely don't know the best way to handle that. I'm open for ideas. For now, I'm sticking with callback hell. XD

from constate.

codyaverett avatar codyaverett commented on May 28, 2024 2

@diegohaz
React-powerplug has a nice pattern. WDYT?
https://github.com/renatorib/react-powerplug#composing-components

from constate.

codyaverett avatar codyaverett commented on May 28, 2024

@diegohaz
I totally have a use case for something like this right now. We have a group of components that needs state vars from separate containers, so right now we have a container sandwich.

How do you think context could be handled?
e.g. I have two containers with different context that need to be composed together.

<Container1 context="foo">
    {(fooThing) => (
        <Container2 context="bar">
            {(barThing) => (
                <div>{fooThing} and {barThing}</div>
            )
        </Container2>
    )
</Container1>

from constate.

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.