thecodrr b468dc0763 navigation: persist history as well
previously we were only persisting the last route but this caused the back button to disappear when the page was refreshed. Hence, I have added history persistence as well.

This can probably be optimized a little bit more.

Known Issue: JSON.stringify doesn't preserve the route component so we have to retrieve it manually using `this.getRoute(key).component`.
2020-04-20 12:39:39 +05:00
Languages
TypeScript 85.5%
JavaScript 12.2%
Java 0.8%
CSS 0.7%
HTML 0.3%
Other 0.2%