SolutionGuidance / psm

Welcome to the Medicare/Medicaid Provider Enrollment Screening Portal
http://projectpsm.org/
Other
26 stars 20 forks source link

Seperate UI state from server side logic #1020

Open HemKal opened 6 years ago

HemKal commented 6 years ago

The UI specific state like hide/show filters are being passed as a query param in URL to server. This is not right. Typically this state should be part of browser/client side. Either use cookie or local storage to achieve this behavior.

There are several frameworks which can help too. eg; Redux.