🔥 v0.18.0, a HUGE release, is now available!!
😱 User signup/login/logout is set up in new apps by default!!!
🚀 Jest now set up in new apps by default!
🚀 Queries/mutations now use superjson serialization so Dates/Maps/Sets are sent to the frontend!
github.com/blitz-js/blitz/re…
🚀 We just released two new Recipes today!
✅blitz install emotion (added by @wKovacs64!)
✅blitz install material-ui (added by @drenther!)
Try them out and let us know how you like them :)
What does @thekitze think about @blitz_js?
"This is the future!", he says over and over 😄 "I'm going to use Blitz for everything forever"
Here's the recording from our stream yesterday!
youtu.be/Qr-7Z9Grvfw?t=266
🚀 Two new Recipes are now available!
👉 blitz install chakra
- Adds dependencies, Theme provider, and CSSReset component
👉 blitz install render
- Adds a render.yaml for deploying to @getRender
😍😍😍 Official report from someone with a production
@blitz_js app:
Blitz cuts development time in HALF.
"I'm loving Blitz, it's such a beautiful experience.
Everything is like twice as fast [to build]"
I've felt this myself, so it's great to also hear it from someone else
⚡️🎥👀 TOMORROW I do a livestream with @thekitze on @blitz_js and our new built-in auth release!
We plan to build a production app from scratch, so let's see just how productive Blitz really is 🤔
~23 hrs from now at 13:30 UTC
See time in your timezone:
thetimezoneconverter.com/?t=…
I'm SO excited to finally ship built-in authentication in @blitz_js!!! Including design, we've been working on this for over 4 months!
Thank you to @rishpoddar for being the genius behind our auth!!! Check out his company @supertokensio for framework agnostic session management
🔥Announcing v0.17.0, our biggest release yet!🔥
🚀 Built-In Authentication, Part 1
🚀 Passport.js adapter for super easy auth integrations
🚀 First Blitz Recipe: `blitz install tailwind`
We're fast approaching beta status, probably in a few weeks!
github.com/blitz-js/blitz/re…
🔥Announcing v0.17.0, our biggest release yet!🔥
🚀 Built-In Authentication, Part 1
🚀 Passport.js adapter for super easy auth integrations
🚀 First Blitz Recipe: `blitz install tailwind`
We're fast approaching beta status, probably in a few weeks!
github.com/blitz-js/blitz/re…
Try it out and let us know how you like it! And if you have any issues!
You can join our Slack community at slack.blitzjs.com and our discussion forums here:
github.com/blitz-js/blitz/di…
⚡️One thing thats super cool with @blitz_js apps it that you can throw an Error on the server & then use a React ErrorBoundary to catch it on the client.
Throw an AuthenticationError on server, render a login on client. Throw an AuthorizationError, then render 403 page on client