epitath icon indicating copy to clipboard operation
epitath copied to clipboard

can you explain why use immutagen, thanks

Open zyl1314 opened this issue 6 years ago • 2 comments
trafficstars

  function Epitath(props) {
    const gen = component(props);
    return compose(gen)
  }

is this ok?

zyl1314 avatar Jan 16 '19 11:01 zyl1314

https://medium.com/astrocoders/epitath-in-memoriam-render-props-and-hocs-9f76dd911f9e (link also found in the README)

williamboman avatar Jan 17 '19 18:01 williamboman

@williamboman i mean we can produce a new generator in any rerender

zyl1314 avatar Jan 20 '19 04:01 zyl1314