Validating routes with TypeScript
We're always looking for ways to make code changes safer. At Uplift, we lean on TypeScript to help us keep projects maintainable and we try to push as many problems to the type layer as possible. Even something as small as a URL change can break a site in a myriad of ways. Let's fix that.