Oh yeeeaaaah!! Look what's coming very soon to the @blitz_js CLI!
blitz generate model task \
name:string \
description:string? \
completed:boolean:default[false] \
belongsTo:project
Prisma model generation!! Thanks to hard work by @amarkon88
⚡️ I've been exploring Blitz.js built on #nextjs
🔖 Here are my first impressions blog.sethcorker.com/what-is-…
I can't wait to explore more over the coming weeks
We did a 1hr 20min walkthrough of the Blitz internal codebase for anyone whose interested in contributing to Blitz!
Thank you @amarkon88, @rudiyardley, and @flybayer!
youtu.be/RBAkhDrVRiA
Here's a working Blitz app @JohnCantrell97 made that you can play with! Sign up and check it out.
And yes, he managed to add authentication even before we've added http middleware 😱
Deployed to @getRender
boilerplate-orgs.onrender.co…
🔥 Awesome stream with @thekitze yesterday on @blitz_js!
Kitze:
⚡️ "I love everything about Blitz"
⚡️ "I hope that this is the future — people are going to start solving actual problems instead of solving 'how these 5 layers can work together'"
Watch:
youtu.be/RiLYvLNDeKA?t=280
📣 v0.11.0 is now available!
🚀Adds a super awesome new `--parent` flag to generators! by @amarkon88
blitz generate all task --parent project
That will generate fully working queries/mutations/pages like this:
/projects/[projectId]/tasks/[taskId]
github.com/blitz-js/blitz/re…
👀We're having a discussion in the @prisma repo on how we could do validation/authorization by adding hooks to Prisma client
github.com/prisma/prisma-cli…
🎉We just added instructions on deploying Blitz + Postgres to @getRender
It's SUPER easy for deploying Blitz and for setting up your database.
1) Add render.yaml to your repo
2) git push
3) Blitz + Postgres automatically deployed
github.com/blitz-js/blitz/bl…
📣 Blitz 0.10.0 now available!
🚀 Upgrade Next to 9.4.0
🚀 Add context path option to `blitz generate`
✅ Fix `blitz db reset`
✅ Fix Node v10 compatibility
... and more
⚠️ Requires updating react/react-dom to
0.0.0-experimental-33c3af284
github.com/blitz-js/blitz/re…