ar5had / expense-listing-app

An expense listing app I made as a frontend challenge for Pleo.
https://pleo-meets-arshad.herokuapp.com
MIT License
1 stars 0 forks source link

Move from state to url query for search/filter #30

Closed ar5had closed 5 years ago

ar5had commented 5 years ago

Depending on query params makes life easier and predictable. As we are using nextjs router, the state doesn't get updated on some updated where it needs to get updated. For example, moving to the / root will not reset the state.