Emil Holm Gjørup

Results 23 comments of Emil Holm Gjørup

The issue is related to a bug in isBehavior from hareactive. See https://github.com/funkia/hareactive/pull/97. My guess why it still works on your linux machine, is because the chrome version is older...

@trusktr > Although the React example is more verbose, one advantage is that the rendering of the content is completely independent of where data needs to go. As @dmitriz already...

Thank you for showing interest in Turbine. I will try to explain some of the code with comments on the lines during the next day or two, but for now...

> I must be still confused about how the div function works exactly. The `div` function and all the functions in Turbine's `element` object are pretty much the same. They...

> I can see it as the easiest implementation to place it simply after the `input` component, but I wonder if that does not lose some power that way when...

> It could also be a Behavior of Streams, without throwing away the event part. I have a bit concern about taking the behavior part only, which feels like throwing...

@donaldpipowitch I see no reason why Turbine shouldn't be able to achieve the same, as a matter a fact, I have already done some experimenting with Turbine for developing mobile...

There is no official api for this yet, but it can be done by declaring a component using a `class` extending Component. You can use imperative code in the `run`...

I'm not entirely sure what you want to archive, but the api is for manipulations. One way to pass information to a parent is as output, but that might not...

I'm assuming you also want to use `file.appendTo(elm)`, The quick solution is to wrap the client code inside `run`. Here is an example using one of the examples from WebTorrent:...