GithubHelp home page GithubHelp logo

Comments (7)

alidcast avatar alidcast commented on May 14, 2024 2

Ok, so wrapping them or passing render prop is way to go given limitations of typings

from react-powerplug.

pedronauck avatar pedronauck commented on May 14, 2024 1

We don't care about the component type definition, this should be a components concern. When something like this happens to me, usually I change the children to be an optional type:

children?: (RenderProps: WhateverType) => React.ReactNode

So, of course, this can be leaky for powerplug!

What you can do is use the render prop on mapper:

const Composed = adopt({
  toggle: ({ render }) => <Toggle>{render}</Toggle>
})

from react-powerplug.

TrySound avatar TrySound commented on May 14, 2024

Yep composition with types sucks. But I wouldn't like to provide leaky types to solve this problem.

from react-powerplug.

alidcast avatar alidcast commented on May 14, 2024

It worked with react-apollo, so maybe use the types they use?

from react-powerplug.

TrySound avatar TrySound commented on May 14, 2024

I don't see they use anything special.

@pedronauck could you clarify how adopt can work with apollo and not work with powerplug?

from react-powerplug.

alidcast avatar alidcast commented on May 14, 2024

Ah you're right, they basically enforce children prop as well

 children: (result: QueryResult<TData, TVariables>) => React.ReactNode;

I was wrapping my queries/mutations which is why the error wasn't appearing

Hmm I wonder if anything can be done about this

from react-powerplug.

TrySound avatar TrySound commented on May 14, 2024

React team works on this problem. They probably will suggest a custom syntax like this, so type systems could solve the problem on syntax level.

const counter = adopt <plug.Value initial={0} />

from react-powerplug.

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.