Live data from Hacker News

How we improved app performance by upgrading React Navigation

medium.com

1–2 of 2 posts

Re: How we improved app performance by upgrading React Navigation

#2
Hey everyone! I'm the author of this post and super excited to finally be sharing it with the community. Feel free to ask any questions in the comments.

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...