Significant JavaScript projects from 2006 to 2020
51–60 of 60 posts
Re: Significant JavaScript projects from 2006 to 2020
#52I feel even a list of the 5 most impactful js projects should include Firebug. Firebug played a huge role in removing the shroud around javascript and making it approachable to a lot of people, helping them introspect others code, and improving their own code quality. After it, javascript became a beast you could tame rather than a source of endless frustration.
Re: Significant JavaScript projects from 2006 to 2020
#53 > Babel #13
> First called `5to6`, the compiler Babel helped make the
> ES6 version of JavaScript popular and was a key part of
> React success.
It was called "6to5" for reasons that should be obvious.But it's also just an irrelevant factoid on a timeline that at first seems to be a history of influential JS projects over the past 15 years, but in reality just takes some projects that are well-known today and kind of arbitrarily arranges them.
Re: Significant JavaScript projects from 2006 to 2020
#54Nobody remembers MooTools
Re: Significant JavaScript projects from 2006 to 2020
#55I also agree about some projects should have been mentioned, at least in the disclaimer, mainly Backbone and its friend Underscore because at the beginning of 2010s, it was a kind of standard to build clean apps in the browser, using a MVC pattern.
In addition of the Rising Stars projects https://risingstars.js.org/ that provides an overview by year, this timeline was the first attempt to provide a big picture about the landscape of the 10 last years, I will try to create something more thorough soon.
Re: Significant JavaScript projects from 2006 to 2020
#56Gmail - 2004 Google maps - 2005
These were the things that really woke us up that js is a game changer.
Re: Significant JavaScript projects from 2006 to 2020
#57Earlier quoted context omitted.
Rome has zero deps, which is big win over the alternatives imo.
Still though, it casts a very wide net. I'm super fond of simplifying things and having fewer dependencies (one reason why I prefer TypeScript over Babel), but I'm not sure why I would want my test runner to ever care about formatting code, or why I would want my Markdown formatter to ever worry about bundling JavaScript files. Still, very excited to check it out!
Re: Significant JavaScript projects from 2006 to 2020
#58Re: Significant JavaScript projects from 2006 to 2020
#59How about Enyo the predecessor of React? If there was no Enyo there would be no React since a team member on Facebook was originally inspired by it ... https://en.m.wikipedia.org/wiki/Enyo_(software)
How about PhoneGap? A Javascript library that allowed you to write native mobile apps for the first time.