Jeremy Lu
Jeremy Lu
Understood. Seems [`UIGestureRecognizer` ](https://goo.gl/DqT4ie) has got everything in there and it would be really great to expose them to react-native, unfortunately I'm a total obj-c n00b otherwise I'll go ahead...
Do they suggest any replacement for `onEnter` on pure client side? or there's other suggested approaches to handle async data loading (on the client) in the new router? As to...
Same flickering result here on Mid-2014 MacBook Pro with iPad Pro 1st gen, thanks for the patch anyway! 👍
@pookjw Yes, it worked with the official release (wirelessly), but the screen was flickering so bad that it's barely usable, guess there's indeed a good reason for Apple to disable...
Just make sure you `JSON.stringify` the `POST` body as below, everything should be fine 😉 ```js const buyMarket = async ({ symbol, qty }) => { try { const rsp...
Out of curiosity, how does this gonna work in the end as you would provision?
Thanks @amitnovick for the elaboration. So you imagine while the program is running, you get to see the inner states of the statechart in the devtools, which probably also come...
> to have a withEditor: boolean prop on the StateChart component to support both. +100 for having a falg to show/hide the editor! 🙌
Sounds good to me! 👍👍
As a side note, what's the story for lens/optics from sanctuary at this moment? Seemed there's only getter (like `gets` and `props`), but no setters?