boa-dev / boa-dev.github.io

Home of the Boa blog
https://boajs.dev/
3 stars 3 forks source link

Refactor Conformance page to allow back and forward history #150

Closed nekevss closed 4 months ago

nekevss commented 4 months ago

This is related to #148. Posting as draft for now.

It adjusts the conformance page to allow traversing through history backwards and forwards.

It also adds default alphabetical sorting! :smile:

EDIT: I'm still sort of testing it out for edge cases as it's a new way of handling state in React that I'm not entirely familiar with. So if anyone notices anything or tries it out and is having issues, let me know.