develwoutacause’s avatardevelwoutacause’s Twitter Archive—№ 192

  1. …in reply to @domenic
    @domenic @DasSurma @littledan I guess that works for my trivial example. Where I really had to do this was in a #LitElement component. The framework lifecycle makes this a lot harder. It (and #React) expects its render() function to be synchronous and pure. I don't see a pure way of doing this...