-
### What is the problem?
Thanks guys to maintain this awesome framework!!
I face with an issue as the below.
Create queries / mutations templates like `utils/templates/queriesTemplates/getCurrent…
-
### What do you want and why?
Use FormData to parse forms at onSubmit event (in templates). This allows making adding inputs to forms easier and faster.
Read more about this implementation [her…
-
### What is the problem?
After merging current `canary` changes, Material UI example returns `Reference Error: Element is not defined` on resolution of `react-transition-group` peer package from `m…
-
### What is the problem?
The deployment on Vercel fails after creating and deploying a fresh Blitz App. The deployed page first loads and then errors out. Page can be visited [here]:(https://vercel…
-
I'm orienting on Redwood (and so far loving it!)
Just wondering about Auth - I see all kinds of 3rd party auth providers being offered. Maybe not all of them are 3rd party, but every alternative st…
-
### What is the problem?
For the fun of it I migrated a mostly client side next.js app(without a db) with a few getStaticProp fetching external data to blitz.js.
Now almost 50% of my "save" actions…
-
### What is the problem?
`blitz build` fails if `bluebird`, `@types/bluebird`, `bluebird-global` & `@types/bluebird-global` are installed.
I can only assume `bluebird-global` interferes with the…
-
As someone that has just discovered remix-discussions, I would like to sign up for an account.
- create the prisma models
- viewer
- session
- token
- create account creation/log in
- …
-
**What do you want and why do you want it?.**
We want a single command, `blitz routes`, that nicely lists all http endpoints in the app. This is especially useful since we can have many `pages` fol…
-
I'm trying to build an application with WebSockets, implemented in TypeScript, that can connect to the database/prisma.
### What do you want and why?
TypeScript support for custom server files, …