react-living-app icon indicating copy to clipboard operation
react-living-app copied to clipboard

[Feature Request] Deep linking

Open G2Jose opened this issue 8 years ago • 0 comments

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&currentIncome=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.

G2Jose avatar Feb 02 '17 00:02 G2Jose