In order to keep the state of the page as it is if the user copy or share the URL of the page the form inputs(username&username) should be sync with URL parameters.
Main Tasks
- update the url params when the form values change.
- when the page initialize check the url params to update the form values and fetching the required data to the compare results>
In order to keep the state of the page as it is if the user copy or share the URL of the page the form inputs(username&username) should be sync with URL parameters.
Main Tasks