Siddharth Suresh

Results 12 issues of Siddharth Suresh

Using the template of the launch.json files in the https://blitzjs.com/docs/troubleshooting#vscode - [x] Added .vscode/launch.json in packages/generator/templates/app - [x] Added .vscode/launch.json in packages/generator/templates/minimalapp Closes: #3624

status/in-review

As mentioned in #3319, I have used the @blitz/codemod to change the legacy examples to now use the Blitz Toolkit. I have converted the static, store and the plain-js examples....

status/in-review

- [x] replace blitz.config.js to next.config.js - [x] remove pages directory from app/auth and add it to pages/auth - [x] remove babel.config.js - [x] convert file names in projects/ from...

status/in-review

- [x] Fix missing gSP wrapper for getStaticProps in https://blitzjs.com/docs/query-usage#get-static-props - [x] Fix imports in paginated query page example - https://blitzjs.com/docs/use-paginated-query#example

status/in-review

Closes: #3361 ### What are the changes and their implications? - [ ] TODO: Currently works in branches in the origin repository, need to fix the git error for remote...

status/in-progress

Closes: ? ### What are the changes and their implications? ## Bug Checklist - [ ] Changeset added (run `pnpm changeset` in the root directory) - [ ] Integration test...

status/in-progress
no-changeset

### What are the changes and their implications? Usage: ```ts // app/api/rpc/[[...blitz]]/route.ts import {rpcAppHandler} from "@blitzjs/rpc" import {withBlitzAuth} from "app/blitz-server" export const {GET, POST, HEAD} = withBlitzAuth(rpcAppHandler()) ``` If using...

status/in-review

Docs for https://github.com/blitz-js/blitz/pull/4341

status/in-review

Closes: https://github.com/blitz-js/blitz/issues/4188 ### What are the changes and their implications? ## Feature Checklist - [ ] Changeset added (run `pnpm changeset` in the root directory) - [ ] Integration test...

status/in-progress

Closes: https://github.com/blitz-js/blitz/issues/4378 ### What are the changes and their implications? ## Bug Checklist - [ ] Changeset added (run `pnpm changeset` in the root directory) - [ ] Integration test...

status/in-review