epitath
epitath copied to clipboard
can you explain why use immutagen, thanks
trafficstars
function Epitath(props) {
const gen = component(props);
return compose(gen)
}
is this ok?
https://medium.com/astrocoders/epitath-in-memoriam-render-props-and-hocs-9f76dd911f9e (link also found in the README)
@williamboman i mean we can produce a new generator in any rerender