Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Create URL params for filters #90

Open
pauljickling opened this issue Jun 12, 2020 · 0 comments
Open

Create URL params for filters #90

pauljickling opened this issue Jun 12, 2020 · 0 comments

Comments

@pauljickling
Copy link
Contributor

After some extensive testing, I have determined that managing filters purely via React state is not a viable approach since data will be lost as soon as you proceed to the next page, and data from the pageContext object is a single direction data flow.

My proposed solution is instead of having the filters be buttons, where clicking them changes state, it makes more sense for them to be links to pages that use the URL params and queries to that can be used to map data onto the page. This will require some experimentation on my part in the interest of satisfying other requirements like issue #82 and #83

@pauljickling pauljickling self-assigned this Jun 12, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant