Results 694 comments of OvermindDL1

I don't use react and don't really know it well enough to use it, but as a start if you look at the example project on the main readme you...

I don't use React but a PR would be a good place to contribute missing functionality for it. :-)

Makes sense to do, although the state tracking would need to be done in the code side then, not hard to do and little of it. A PR would be...

Well it's possible even in user code, I've just not made an easy API for it yet since Elm did not have one yet and I've not needed one yet....

> That's very kind of you! Wish one day I became super rich so I can sponsor you for consultancy! Lol, mostly just that if someone has a problem that...

> Is there any update on this? I'm unable to find the drag events in the codebase. I've never used drag/drop so I need it PR'd in by someone who...

> I looked at other ways of doing this, such as a custom node, and this seemed the simplest, most general, and most performant. Such an event as this has...

> The place I need to run this callback is after immediately the render which happens asynchronously and unpredictably. Subscriptions, cmds, and other events do not have this property as...

@pbiggar I just pushed a branch at https://github.com/OvermindDL1/bucklescript-tea/tree/renderevent with an added subscription function at `Tea.Ex.render_event MyMessage`. It should call that message with the update loop within the same render callbacks...

> How do I use it? Suppose I have a function myRenderFn that I want to call after specific updates, how do I call that? In your subscriptions you should...