github blitz-js/blitz v0.34.0-canary.3

latest releases: v2.0.8, blitz@2.0.8, @blitzjs/rpc@2.0.8...
pre-release3 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.