Is it possible to encode tRPC data somehow?
JS/TS intellisense not working
ctrl+space auto complete only shows .js components and not .tsx ones same happens otherway were .js components are not auto complete in .tsx files. I can manually go up and import them it works great. Types and everything work as exepcted. Heres the tsconfig. Babel is also used if that information might affect this.
```json
{
"compilerOptions": {...Extending union types by interface
react hook form + headless ui
Vercel deployment - React Router
RHF & react-dropzone integration
undefined and not the files.
here is a somewhat scrappy codesandbox: https://codesandbox.io/s/angry-brown-v7zpgn?file=/src/App.tsx
The image preview got messed up since I am using next/image in the real project....
Back/forward browser buttons download my website instead of going there
// ? ^^ TypeScript Type Hint Extension
My searches have been inconclusive including in these questions 😢...
Accessing model relations with zod-prisma
The first image has the generated zod-prisma output for a "Post" model in my prisma schema. The second image is how I imagine the code would be used (but I am obviously misunderstanding something). Does this have something to do with the "z.lazy" portion of the code? Any help would be appreciated!...

Migrating DB in Dockerfile from Docs
Clean definition of models using Zod schemas
Authentication in Websockets
What's the best way to synchronize the DB Schema when using T3 Stack with Prisma??
displaying sensitive card data (card number, CVV2 and PIN) to a customer
Delete PlanetScale Organization

Cleaning up setter function that is a function
() => {}. However, if you supply () => {} to react in a setter, like so: setState(() => {}) it will instead return an empty object, since React uses that syntax to use the previous state.
Is there a better way to do this than this: setState(() => () => {})?...Tailwind component I copy and pasted is buggin
React Query, How to perform infiniteScrolling with custom variables
useInfiniteQuery, I basically want to load as you scroll down, but I also want to load data as you select on different filters.
The way I implement it in Desktop View is using number pagination with useQuery is as follows
useQuery(["key", page, showSelectedOptions])
...Tailwind smooth scroll