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
Likewise for me, I would love if I could reach out to you. I had applied awhile back and hadn't gotten a response, and did not have any way I could mention that I saw the post here. Would be greatly appreciated, thanks.
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.