npm blitz 0.34.0-canary.3
v0.34.0-canary.3

latest releases: 2.0.8, 2.0.7, 0.0.0-turbopack-20240403083540...
3 years ago

🚀 New Features

  • 🎉 Add autogenerated Routes manifest for use with <Link> components: #2042
// You can import `Routes`
import { Link, Routes } from "blitz"

//  And then use it for robust, fully typed links
<Link href={Routes.SignupPage()} />
<Link href={Routes.ProductsPage({ productId: 123 })} />

🐞 Patches

  • Fix cannot find module 'next/constants' in 0.34.0-canary: #2203

Internal Meta Changes

Credits

Huge thanks to @Skn0tt for helping!

Don't miss a new blitz release

NewReleases is sending notifications on new releases.