Fork me on GitHub
#rum
<
2017-01-03
>
martinklepsch02:01:46

I've been wanting a pluggable sablono as well and even started working on it but got pretty stuck trying to retrofit it onto sablono

niwinz08:01:19

Replacing react with inferno is not as easy just having plugable sablono, IMHO

niwinz08:01:39

inferno lacks some of the react facilities like shouldComponentUpdate

niwinz08:01:43

and forceUpdate

niwinz08:01:54

the last one used by reactive mixins

niwinz08:01:10

and the other in static mixin

niwinz08:01:48

is not a drop replacement for react and personally I'm pretty septic with its performance improvements.

niwinz08:01:18

micro benchmarks not shows real performance in real applications

niwinz08:01:13

I have the same idea in the past, and I have started working on it, but I have discovered many differences that are not directly portable to the current rum model

niwinz08:01:28

(I have noticed right now that it offers similar hook like shouldcomponentupdate, that I haven't seen before)

notanon23:01:14

i was confusing kivi with inferno. still worth a read