FOAM: New JavaScript Framework by Google Engineers
41–50 of 115 posts
Re: FOAM: New JavaScript Framework by Google Engineers
#42I don't think this is the framework for me.
Re: FOAM: New JavaScript Framework by Google Engineers
#43Oh boy, yet another JavaScript framework. Colored me unimpressed; angular, backbone, ember, angular 2.0, react, etc. I feel like they're just reinventing the same wheel with a different spin. I wish people would actually spend their time creating a really revolutionary "framework" instead, better yet a programming environment, which would redefine how we write web programs. I'm envisioning a way to create software, w…
It seems we aren't very good at catering for people who aren't like ourselves.
Re: FOAM: New JavaScript Framework by Google Engineers
#44One thing you notice right off the bat: Its very slow. It takes about 2s on my machine to load the TodoMVC example. Thats about as long as it takes to load my GMail inbox. Thats pretty horrible for whats supposed to be the "Hello World" of JS frameworks. I didnt dig in what actually takes so long, but it seems like it has still some way to go. I find it interesting that after Angular this would the second (3rd if you…
Re: FOAM: New JavaScript Framework by Google Engineers
#45Re: FOAM: New JavaScript Framework by Google Engineers
#46Doesn't seem to actually be by Google. Perhaps the title could be changed to "by a Google Engineer"?
Re: FOAM: New JavaScript Framework by Google Engineers
#47Oh boy, yet another JavaScript framework. Colored me unimpressed; angular, backbone, ember, angular 2.0, react, etc. I feel like they're just reinventing the same wheel with a different spin. I wish people would actually spend their time creating a really revolutionary "framework" instead, better yet a programming environment, which would redefine how we write web programs. I'm envisioning a way to create software, w…
It's frustrating that this is the top comment on the thread, because it could have been written without reading anything about this Javascript framework. Ironically, it's exactly on stories like these --- new Javascript frameworks, CSS templates, and the like --- where in-depth HN comments are most useful. I clicked the story, read it for 2 minutes, thought "you know, the top comment on the HN thread for this is prob…
Re: FOAM: New JavaScript Framework by Google Engineers
#48Re: FOAM: New JavaScript Framework by Google Engineers
#49It's about time more people starts using ES6 class constructors instead of rolling their class definition hack. This is how it's done in the calculator demo: CLASS({ name: 'Calc' With babeljs you can use ES6 syntax like this: class Calc { }
Re: FOAM: New JavaScript Framework by Google Engineers
#50This is a bold take on a problem that a lot of people have written away as reinventing the wheel. But color me impressed! Unlike almost every other Javascript framework we've so far seen, FOAM makes the data model the primary entity in the system, which is a good idea. In the typical UI-driven development of web applications, the data model often gets modified without much thought and causes cascading complexity acro…
Seriously though, I think it's borderline negligent to contribute any kind of hype to new javascript frameworks considering they are spraying out into the ecosystem like a broken fire hydrant. New javascript frameworks should be met with extreme skepticism, if not indifference, if we want this industry to be anything more than a joke.