Create a /release page that has the same content as https://github.com/nodejs/nodejs.org/edit/master/locale/en/about/releases.md
The table data should load from https://github.com/nodejs/Release/blob/main/schedule.json
I'd like to take this
Hi @benhalverson, I assume this task not just related but it's _dependent_ on #1339 due to it needs same functionality of requesting schedule.json which does not exist yet.
@manishprivet would you like me to create new hook for returning release data in scope of current task or you've already started doing it from your side?
@rodion-arr Actually I was thinking to not use a hook for fetching data, but to fetch it in the gatsby-node.js itself, and then pass it into pages as a query data. This way we'll have a completely static page, and every time the JSON changes, we'll have to rebuild the site. As of now, I was looking into the most optimal way to implement this.
Is it possible to wait for at most 2 days for this? Had some uni exams going on. I'll make a PR soon after that. Thanks
@manishprivet Sure, I'll submit WIP PR for current task and will continue after this will be available
Most helpful comment
I'd like to take this