🎉 v0.34.0 is now available!!!
🔥Add the new autogenerated Routes feature 🔥
import { Link, Routes } from "blitz"
<Link href={Routes.ProductsPage({ productId: 123 })} />
🚀 Upgrade to next.js 10.1.3
🚀 Ability to prefetch queries on server
github.com/blitz-js/blitz/re…
Huge thanks to everyone who helped with this!!! Especially to @tunderadev for the huge task of upgrading to react-query v3 and @skn0tt for implementing the Routes manifest feature 🔥
I need your input! We're curating content for a @blitz_js learning path, and look for top-notch content.
Anything related to building web applications goes.
Which blog posts have sticked in your mind? Which topics are must-knows?
Reply / comment here: github.com/blitz-js/blitzjs.…
We've mailed out @blitz_js stickers to 19 different countries in the past 3 weeks!
And we've still got nearly 400 more envelopes in the queue to address!
🙏 Thank you userTrack for joining as a $100/month sponsor! 😍
userTrack is self-hosted web analytics. It can replace Google Analytics, Hotjar, etc for better privacy.
usertrack.net/?ref=blitzjs_w…
📣Public Meetup this Friday!
🔥 @Roesh14 is giving a lightning talk on building a game app
🔥 @timbooker, cofounder of Mr-Gamble.com, the largest known Blitz app, will be talking about their Next.js to Blitz conversion
Click to see your local time: starts-at.com/event/88057779…
Woo!!! I can't wait to get this @blitz_js feature landed!!
import {Routes} from 'blitz'
<Link href={Routes.SignupPage} />
It's automatic Prisma-style codegen and strongly typed!
You can use it to dynamically generate menus, etc.
github.com/blitz-js/blitz/pu…
This is a really cool @blitz_js PR! We're adding ability to have subtemplates in your code. This will let you to run `blitz generate` to add fields to an existing model and it will automatically add that new field exactly where you want it in your code 🎉
github.com/blitz-js/blitz/pu…