Jochen Rau
Jochen Rau
I use Klipse to do live tutorials. Sometimes I would like to ask a question what a code snippet would evaluate to. In this context having control over when a...
There are other use cases for more control over the evaluation time (described in issue #252).
This is currently a blocker for me to use Datsync. Just pinging ;-)
I am not sure if memoizing the factory is necessary here. WarpComponent is called in `handle-wrapper` with a `props` argument that is a JavaScript object. Memoization stores the value the...
There is currently a mix of incompatible libraries and it is difficult to find the right way to upgrade. The dimensions of complexity are: - cljsjs vs npm - React...
@TerjeNorderhaug You are right. Memoization will cause React.createFactory to only be called once. I will try to update Kioo to use create-react-class and send a pull request.
This inconsistency lead to a somewhat unexpected behavior in my code. I totally agree with @nuke-web3 when they state "I would be a strong advocate for the behavior to try...