Hacker News new | ask | show | jobs
Show HN: A website for browsing JavaScript language proposals/champions and more (proposals.es)
10 points by saadq 1683 days ago
1 comments

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.

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