Live data from Hacker News

Significant JavaScript projects from 2006 to 2020

bestofjs.org

11–20 of 60 posts

Re: Significant JavaScript projects from 2006 to 2020

#12

Where's Backbone, Ember, Coffeescript (the OG transpiled lang), HTML5, CSS3, WASM, ect, etc. The road to today is paved with many influential projects.

The fact that these weren't even mentioned in the text after the diagram was disturbing to me.

Re: Significant JavaScript projects from 2006 to 2020

#14

For 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 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

Re: Significant JavaScript projects from 2006 to 2020

#15

A low key ad for Rome imo. I thought the title was a metaphor for the JavaScript empire into its current state not the name of a new library. Nonetheless seems worth checking out

> Rome is designed to replace Babel, ESLint, Webpack, Prettier, Jest, and others.

Sure, why not.

Cool, lets see if it works out

Re: Significant JavaScript projects from 2006 to 2020

#16

For 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…

[deleted]

Re: Significant JavaScript projects from 2006 to 2020

#18

Is Rome supposed to do what Svelte does?

No, Rome is a tool chain that is supposed to replace your separate tools for linting, building & testing.

So you might use it with your React app to get rid of eslint, webpack & jest (at some point, it's not there yet).

Svelte however is an entirely new framework which is fundamentally different from react/vue/angular in some very interesting ways (which I won't get in to here).

Re: Significant JavaScript projects from 2006 to 2020

#19

Is Rome supposed to do what Svelte does?

No, it wants to be your one stop shop:

> Rome is a linter, compiler, bundler, and more for JavaScript, TypeScript, JSON, HTML, Markdown, and CSS.

> Rome is designed to replace Babel, ESLint, Webpack, Prettier, Jest, and others.

Re: Significant JavaScript projects from 2006 to 2020

#20
post #14

For 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 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
Post reply on HN