react-living-app
react-living-app copied to clipboard
[Feature Request] Deep linking
One really cool feature to have is deep-linking within the app using URL fragments or query params.
It would be cool to be able to link to a URL like https://www.citii.io?currentcity=Toronto&newCity=Montreal¤tIncome=100000 that shows the final results page.
It seems there are only 3 user provided inputs - current city, new city and current income. This could be a good use case for a pure-function that only takes in these 3 inputs and calculates everything else. Could also be a good use case for currying functions.