Live data from Hacker News

Show HN: A website for browsing JavaScript language proposals/champions and more

proposals.es

1–3 of 3 posts

Re: Show HN: A website for browsing JavaScript language proposals/champions and more

#2
Hey all, I just created https://proposals.es which, like the title says, lets you browse through ECMAScript proposals.

Some of the main features:

* All proposals are colocated in one place and sorted by stars (In the tc39/proposals GitHub repo it is split up in 6 different markdown files with proposals in no particular order) * You can filter proposals via search * Proposal READMEs as well as additional details show side by side * Proposals without a README still render as an iframe

You can find the source on GitHub: https://github.com/saadq/proposals.es. Built with Next.js, React, and TypeScript.

Re: Show HN: A website for browsing JavaScript language proposals/champions and more

#3
post #2

Hey all, I just created https://proposals.es which, like the title says, lets you browse through ECMAScript proposals. Some of the main features: * All proposals are colocated in one place and sorted by stars (In the tc39/proposals GitHub repo it is split up in 6 different markdown files with proposals in no particular order) * You can filter proposals via search * Proposal READMEs as well as additional details show…

Really interesting to see the evolution of JS presented in this manner, thanks for sharing!