Live data from Hacker News

Introducing Inferno 1.0

medium.com

1–10 of 27 posts

Re: Introducing Inferno 1.0

#8

As a beginner to JS frameworks (and a medium proficiency), is it advisable to skip React and target to learn Inferno instead?

No. But the good news is that Inferno is extremely API-compatible with React (deliberately so, and has an inferno-compat package to help further) so should it stick around and continue to be this much more performant than React, switching should be relatively easy.

Re: Introducing Inferno 1.0

#10

As a beginner to JS frameworks (and a medium proficiency), is it advisable to skip React and target to learn Inferno instead?

For learning purposes, I would advise sticking with React. Being more mature, you'll likely be able to find answers to your questions more easily. Pluralsight, for example, has lots of great courses on React but none on Inferno. Knowledge will be highly portable between the two so if you find a need to switch over to Inferno at some point you won't have any trouble.
Post reply on HN