The Missing Fullstack Toolkit for Next.js 🔥“The productivity is just insane” | Maintained by @flightcontrolhq

Your Next App
Blitz.js 2.0 ⚡️ retweeted
Here's an awesome new hook we recently added to @blitz_js that greatly improves the DX of getting route parameters within Next.js. 🤩 useParam() ⚡️ One line to get a router parameter ⚡️ Can return a number ⚡️ Properly typed instead of `string | string[]`
3
2
46
🎉 Thank you @Sujan for sponsoring us on Github! 💜 github.com/sponsors/blitz-js
3
📣 v0.15.0 is now available! 🚀 Adds HTTP Middleware‼️ 🐞 Several bug fixes We're now working on the Blitz auth package, but in the meantime you can now roll your own if you want :) See the middleware docs here: blitzjs.com/docs/middleware github.com/blitz-js/blitz/re…
4
3
28
📣 v0.14.0 is now available!! Adds two awesome new features: 🚀 Rails style model generation for Prisma! 🚀 New useParam() hook for easily getting route param as number instead of string 🐞 Various bug fixes github.com/blitz-js/blitz/re…
2
2
27
For example, this command will generate the Prisma model shown in the screenshot: blitz generate model task \ name \ completed:boolean:default[false] \ belongsTo:project? Also via `blitz generate all` and `blitz generate resource`. See the docs for details.
11
Blitz.js 2.0 ⚡️ retweeted
Woohoo!! I finally finished HTTP Middleware for @blitz_js! This will be in the next release early next week! Here's the PR if you're interested 😉 github.com/blitz-js/blitz/pu…
2
33
Happy Friday!! Here’s a summary of the past month 😊 ⚡️️ 95 merged PRs ⚡️️ 10 PRs currently in progress ⚡️️ 197 commits by 32 different people ⚡️️ 27 new issues & 59 closed issues 🚀 We have 45 Open Issues that are Ready to Work On! github.com/blitz-js/blitz/is…
2
16
Blitz.js 2.0 ⚡️ retweeted
I’ve been working hard this week on adding HTTP middleware support to @blitz_js! ⚡️ Compatable with existing express/connect middleware ⚡️ supports ‘await next()’ like Koa middleware! Almost finished! It should be in the next release. Next up: authentication!!
2
3
37
Prisma 2 is now out of beta! 🤗
🚀 Announcing Prisma 2.0: Confidence and productivity for your database! prisma.io/blog/announcing-pr…
3
39
Blitz.js 2.0 ⚡️ retweeted
github.com/blitz-js/blitz Has anyone tried it yet?
3
1
7
Software can seem meaningless in times like this with so much suffering, injustice, and change needed in the world. However, we still need tools that empower people to quickly & easily build apps that in turn can help facilitate change So Blitz development is still in progress!
1
4
21
v0.13.0 has just been released 🚀 Adds useInfiniteQuery hook 🚀 Adds useParams and useRouterQuery hooks 🚀 Adds ability to prefetch query data 🚀 Adds useQuery mutate function for updating query cache Thanks to everyone who helped! github.com/blitz-js/blitz/re…
1
2
12
Lastly, our documentation website is now live! The current visual design is temporary because we have real, full design in progress. blitzjs.com
1
1
8
Blitz.js 2.0 ⚡️ retweeted
⚡️I just opened an RFC for a new <Link> component in @blitz_js which fixes a bunch of headaches with the Next.js Link component! github.com/blitz-js/blitz/is…
1
1
12
Blitz.js 2.0 ⚡️ retweeted
I’ve been working on the @blitz_js documentation website! Should have it live by the end of the weekend. 👀 But don’t get too excited, the design is basically a prototype in order to get a real docs site quickly 😅. But an awesome full, proper design is in progress!!
2
1
30
📣 v0.12.0 is now available! 🚀 Adds support for Dependent Queries with useQuery and usePaginatedQuery 🚀Use previous built files for `blitz start --production` if they are up to date. 🚀Add studio pkg.json script to new app template: 🐞Bug fixes! github.com/blitz-js/blitz/re…
3
14
Blitz.js 2.0 ⚡️ retweeted
Amanezco con una nueva noticia, mi primer PR mergeado en un proyecto open source!, github.com/blitz-js/blitz/pu… ahora a seguir contribuyendo a @blitz_js, se me hace un buen framework, vamos a buscar en que puedo ayudar.
1
1
2
Here's a nice walkthrough on using background workers & queues with BullMQ by @JohnCantrell97! Note: this particular approach only works when deploying Blitz to a server (not serverless) medium.com/@johncantrell97/b…
1
5
8
Should our default type for model ids be integers or strings? Join the discussion here: github.com/blitz-js/blitz/di…
1
8