I 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.
Significant JavaScript projects from 2006 to 2020
31–40 of 60 posts
Re: Significant JavaScript projects from 2006 to 2020
#32Where's Backbone, Ember, Coffeescript (the OG transpiled lang), HTML5, CSS3, WASM, ect, etc. The road to today is paved with many influential projects.
Re: Significant JavaScript projects from 2006 to 2020
#33For those that are disappointed at the omissions in the timeline: > Disclaimer > We could have mentioned a lot of other projects: > [lines omitted] > ...but we had to make choices to keep this timeline compact. > The 2 main constraints were: > We wanted 20 projects because we are in 2020 > We wanted at least one project for every year between 2010 and 2020. Reasoning kind of dumb, since this could have been a much mo…
I think Backbone is a really big omission, specially because it credits Angular for the popularity of the SPA and in doing so practically erases Jeremy Ashkenas and his awesome contributions from Javascript history. I would argue you can trace modern JS to Backbone, Underscore and CoffeeScript.
Re: Significant JavaScript projects from 2006 to 2020
#34For those that are disappointed at the omissions in the timeline: > Disclaimer > We could have mentioned a lot of other projects: > [lines omitted] > ...but we had to make choices to keep this timeline compact. > The 2 main constraints were: > We wanted 20 projects because we are in 2020 > We wanted at least one project for every year between 2010 and 2020. Reasoning kind of dumb, since this could have been a much mo…
I think Backbone is a really big omission, specially because it credits Angular for the popularity of the SPA and in doing so practically erases Jeremy Ashkenas and his awesome contributions from Javascript history. I would argue you can trace modern JS to Backbone, Underscore and CoffeeScript.
Absolutely any list that omits these three technologies is fundamentally flawed. React was originally created to replace the "View" component of Backbone.
Re: Significant JavaScript projects from 2006 to 2020
#35Re: Significant JavaScript projects from 2006 to 2020
#36Ugh. Was the author of this article in the field since 2006? From the look of this list, I'd wager not. Almost resembles a cherry pick of Google results. Listing VSCode without listing it's precursor and source of inspiration (Atom) nor the platform which enabled VSCode to be a thing (Electron) is mind-bottling¹. We're going to list Snowpack (new last year) but omit Rollup (hey, Webpack made it and it drives three ot…
Re: Significant JavaScript projects from 2006 to 2020
#37Earlier quoted context omitted.
> Rome is designed to replace Babel, ESLint, Webpack, Prettier, Jest, and others. Sure, why not. Cool, lets see if it works out
Rome has zero deps, which is big win over the alternatives imo.
Still, very excited to check it out!
Re: Significant JavaScript projects from 2006 to 2020
#38Ugh. Was the author of this article in the field since 2006? From the look of this list, I'd wager not. Almost resembles a cherry pick of Google results. Listing VSCode without listing it's precursor and source of inspiration (Atom) nor the platform which enabled VSCode to be a thing (Electron) is mind-bottling¹. We're going to list Snowpack (new last year) but omit Rollup (hey, Webpack made it and it drives three ot…
Electron is listed as #9 as the entry for 2013.
Re: Significant JavaScript projects from 2006 to 2020
#39Earlier quoted context omitted.
i attempted a timeline too: https://www.swyx.io/writing/js-third-age/ but youre right that people are unhappy with whatever you eventually leave out
Yeah. Im surprised that both of these left out Prototype.js which, to me, seems to be the father of these client-side libs
Re: Significant JavaScript projects from 2006 to 2020
#40I 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.
I don't have words to say how dreadful JS development was before that. Debugging was extraordinarily limited by default, and we all had bits and pieces of debugging functionality pieced together from a variety of projects, most of which were glorified "debug by printf" hooks which sometimes interfered with the real application logic, and you ended up having to debug your debug code instead of whatever was actually broken.