Live data from Hacker News

InfernoJS – A JavaScript library for building powerful user interfaces

infernojs.org

31–40 of 135 posts

Re: InfernoJS – A JavaScript library for building powerful user interfaces

#31
post #26
post #18

Cool, so it's React but presumably they've stripped out many of the things that make React enjoyable to use in order to satisfy some arbitrary file size metric. Why isn't this library 1kb, like LatestHotFramework.js?

"but presumably they've stripped out many of the things that make React enjoyable to use in order to satisfy some arbitrary file size metric" Why make this claim without looking yourself? You could validate that "presumably" by just looking at the docs, but instead you get sassy about it. If you look at the docs, you'll see that the API is almost exactly the same. You really don't lose any features from switching to…

What do you think the extra 38kb of code is for? My point of view is, you've got a company with thousands of employees who work with a library every day and core teams dedicated to its improvement. Their requirements for speed and bandwidth far exceed our own as they reach further into the nth percentile of users, so you know things like speed and bloat are important for them to cut out.

What, if anything, is actually gained from a business perspective by reducing a single library by 38kb? My guess is exactly nothing. And the benefit of sticking to React is not only the community, but the fact that they actually own their virtual DOM implementation and actively work to improve it (the forthcoming fiber rendering engine is a great example of that.)

I'm not hating on new technology, but this isn't actually new. It's a clone that isn't really bringing anything new to the table, and just muddies the water for developers. It's like if every few weeks there was a new take on Git that did practically the same thing but wasn't Git.

We'd be much better off if these people were contributing to React core. Because if it truly has the same capability as React, you should be able to shave the 38k off right?

Re: InfernoJS – A JavaScript library for building powerful user interfaces

#34
Just a note to people expecting an actual website – we are in the process of building one and you can see what it will look like here: https://twitter.com/trueadm/status/802675565421625344

Furthermore, if anyone has any questions feel free to ask away (I'm the author of Inferno). :)

Re: InfernoJS – A JavaScript library for building powerful user interfaces

#35
Here we go again.

I click the link. Get to an under construction page. Click the link, get to Github, think "this is interesting" to myself. Read on. Find there's a project called Cerebral, which is a state management library for React/Inferno/Whatever. Start thinking there's something wrong with my app, that's "just" about to launch, and is "just" using plain old Redux. And now I'm thinking it's not good enough any more (while remembering I haven't even given a try to redux-saga), and maybe I should try another stack with Inferno/Cerebral?

Why are you doing this to me, JavaScript?

Re: InfernoJS – A JavaScript library for building powerful user interfaces

#36

Considering the lifetime of JS frameworks nowadays, the website has been "coming soon" for ages. http://web.archive.org/web/*/http://infernojs.org/

Doesn't mean much. I purchase domains for rainy day ideas all the time.

Re: InfernoJS – A JavaScript library for building powerful user interfaces

#37
post #34

Just a note to people expecting an actual website – we are in the process of building one and you can see what it will look like here: https://twitter.com/trueadm/status/802675565421625344 Furthermore, if anyone has any questions feel free to ask away (I'm the author of Inferno). :)

I don't know if it's been spotted but the logo looks a lot like Code Igniter's one.

Re: InfernoJS – A JavaScript library for building powerful user interfaces

#38
post #35

Here we go again. I click the link. Get to an under construction page. Click the link, get to Github, think "this is interesting" to myself. Read on. Find there's a project called Cerebral, which is a state management library for React/Inferno/Whatever. Start thinking there's something wrong with my app, that's "just" about to launch, and is "just" using plain old Redux. And now I'm thinking it's not good enough any…

Is it JavaScript that is doing this to you? I think it's you doing this to you.

Re: InfernoJS – A JavaScript library for building powerful user interfaces

#39
post #17

Earlier quoted context omitted.

It's all about a Svelte, a framework that came to light a week ago and isn't in production anywhere that matters? Come on...

A week is about 6 months in JS-years.

Only if your training was a "coding bootcamp".

Re: InfernoJS – A JavaScript library for building powerful user interfaces

#40
post #35

Here we go again. I click the link. Get to an under construction page. Click the link, get to Github, think "this is interesting" to myself. Read on. Find there's a project called Cerebral, which is a state management library for React/Inferno/Whatever. Start thinking there's something wrong with my app, that's "just" about to launch, and is "just" using plain old Redux. And now I'm thinking it's not good enough any…

Focus on the product, not the technology used to build it. If your tech decisions (vanilla Redux) makes you productive, then use that. Otherwise, you'll be stuck in a never-ending loop of upgrading your stack all the time.
Post reply on HN