Inferno: A fast, React-like JavaScript library for building UIs
11–20 of 128 posts
Re: Inferno: A fast, React-like JavaScript library for building UIs
#12Re: Inferno: A fast, React-like JavaScript library for building UIs
#13Re: Inferno: A fast, React-like JavaScript library for building UIs
#14Respect for building something on your own. It's just that I don't know if what the world needs is another javascript framework.
Critical mass has to be coming soon with JS churn, right?
The Browser is a multitude of runtime UI/network environments with rapidly increasing capabilities. The "frameworks" are basically different abstractions of their capabilities. They are easy to make, and match whatever abstraction the writer's prefer.
I personally dislike React, so am glad it's not "the one" and glad that their are options.
Re: Inferno: A fast, React-like JavaScript library for building UIs
#15This is the second time trueadm posted this. Not sure what you're trying to prove? Mind answering this?
Re: Inferno: A fast, React-like JavaScript library for building UIs
#16What is this solving?
Re: Inferno: A fast, React-like JavaScript library for building UIs
#17Re: Inferno: A fast, React-like JavaScript library for building UIs
#18Someone's ego
@original question. Did you read the github? It is clearly stated what the intentions are. Mainly performance related achieved through being able to only diff renders that have dynamic values. So if you are having trouble with performance and are pretty sure it's not your code but the framework, inferno might solve it.
Re: Inferno: A fast, React-like JavaScript library for building UIs
#19It's still in progress but it gets better on each release. Even better that the new version is using TypeScript!