halcaponey

Results 3 comments of halcaponey

The problem comes from `!props.static` being always `true` and since a change on the url prop triggers a setState which triggers a shouldComponentUpdate which returns true because the static prop...

Another solution would be to not `useMemo` every `promap` so we could `promap` inside loops and conditionals. I've put together a [POC](https://codesandbox.io/s/use-profunctor-state-with-optional-usememo-vrs61) where if `args` is set to `false` then...

> They won't be anytime soon as it requires writing a custom lexer to avoid ambiguity on the parser level. Just out of curiosity, what is the ambiguity?