nezdemkovski / confcitizens

Open-source and crowd-sourced conference speakers website
https://confcitizens.com
MIT License
82 stars 34 forks source link

Back/Forward browser button doesn't affect filters #11

Open lkbr opened 5 years ago

lkbr commented 5 years ago
  1. Go to https://confcitizens.com
  2. Filter by Africa (https://confcitizens.com/?continents=Africa)
  3. Press Back in the browser (https://confcitizens.com)

confcitizens

On step 3, the browser url is updated, however the app is still showing citizens in Africa.

This is not really a critical issue that you might decide is not worth it. But I spotted it because I'm also trying to move a Next/InstantSearch app to use hooks and would be interested to see how you handle this use case as the rest of your code is 👌.

100% totally not biased issue.

nezdemkovski commented 5 years ago

Oh, you are right. I'll take a look into this. Thanks!