Aleksej Komarov

Results 38 comments of Aleksej Komarov

![poggers](https://user-images.githubusercontent.com/1516236/85218200-870ae980-b3a0-11ea-9ccc-9130e5cbe608.png) One thing that I'm concerned about, is performance, because you essentially wrap every functional component with another component, regardless of whether the hooks are being used. If you ever...

@chrisdavies I did some A/B tests on /tg/station (which uses IE11 to render UIs), one with just inferno, and one with xferno. Identical code, no hooks, just to measure what...

The real slowdown in xferno is not caused by the overhead of hooks, but by some small bug that negates child/type flags optimization on vnodes, which should be easy to...

@ScottAwesome I have forgot already, but this is probably the piece that creates the slowdown: https://github.com/chrisdavies/xferno/blob/master/src/xferno.jsx#L217-L223 VNodeFlags are being forced to ComponentUnknown, because well, the target component is abstracted away...

> So, this is something that really should be optimized in core rather than as an addon library I imagine? > Would that be something that would be acceptable? I...

Looks like this package is abandoned, but we ~~need this asap~~ needed this.

Or an adjustable additional delay from 0.0 to 10.0 seconds (step 0.1). Basically insert a delay once a swirl or blink has completed a cycle. That would work well for...

Seconding this. I wanted to apply custom parametric eq to my speaker for ages. It feels like an arbitrary limitation to hide AutoEq menu item because there isn't anything special...