How we improved app performance by upgrading React Navigation(medium.com)
medium.com
How we improved app performance by upgrading React Navigation
https://medium.com/opendoor-labs/how-we-improved-app-performance-and-code-quality-by-upgrading-react-navigation-25ccd8363432
I'm particularly excited about the typed routing system we were able to achieve with some new typescript language features such as Variadic Tuples[1] and Template Literal Types[2].
[1] https://www.typescriptlang.org/docs/handbook/2/template-lite...
[2] https://www.typescriptlang.org/docs/handbook/release-notes/t...