Skip to content

v0.34.0-canary.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@flybayer flybayer released this 10 Apr 22:30

🚀 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!