GoogleChromeLabs / webpack-libs-optimizations

Using a library in your webpack project? Here’s how to optimize it

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Should we mention Inferno/Nervjs?

kurtextrem opened this issue · comments

While Preact and Inferno have a slightly more complicated migration from React (because of incompatibilities, you have to install additional libraries for the transition groups etc), Nervjs does not.
Also, Inferno is much faster than Preact, while being also larger. But migration is even harder in my experience.

NervJS migration is painless and it seems to be overall faster than React and Preact and in some cases faster than Inferno.
See here for more details: NervJS/nerv#10

That’s a great idea!

I think we can turn our “Migrate to Preact” section into something like “Migrate to an alternative” – and list these libraries there linking to their tradeoffs.

Want to make a PR? :–)

Want to make a PR? :–)

Yup, I'll do it soon :)

Sorry for taking so long!

No problem :–)