Adding next.js plugin to T3?
defineNextConfig?Next.js multi zones and shared components
3000 and a web app at port 4200, which is working fine. Unfortunately I am encountering some problems that aren't described anywhere in their documentation (as far as I can tell).
I am working in a monorepo and have shared components between both apps, such as the header and footer, which obviously includes navigation. When I am on the blog and want to navigate to e.g. the /about page, then it will obviously navigate to localhost:3000/blog/about instead of localhost:3000/about. One solution is to check the base path in the navigation component and then prepend localhost:3000 to the href if the base path equals blog, but that refreshes the entire app and does not result in smooth navigation, so it's not really ideal. Is there anything else can I do about this?...Generating a Layout with main AND sidebar content??
<Layout /> that will allow me to pass in children to define the body content AND sidebar content? So I'm expecting each page to have the Header, provided by the Layout, and then two children. The first child will be the body content, the second will be the sidebar. Is there a way to write a Layout that will accept specific children in specific places?Analytics Platform
Super lightweight JS(X) parser?
What does Preline UI actually do?
! in a lot of places. Their animations also seemed to not work with Headless UI. The library also seems to try to do more than just styling by how it uses hidden checkboxes to control components like accordions. I'm confused because that seems like it would go against Theo's Venn diagram from his video.
- All that said, Preline UI is the one I'm most confused about. Their website seems to just have a bunch of normal tailwind classes. I can just copy / paste them into my code and they work fine....Is t3 stack good for serverless
Am I doing Prisma relations right?

Why can i click through a disabled button with ontouchstart event?
my VSCODE broke

dynamic react components wont render
Nextjs hostname is not configured under images in next.config.js
``
on next/image, hostname "cdn.discordapp.com" is not configured under images in your next.config.js`...Syncing user 3rd party data with db (for example user's Twitter DMs)
Move a domain to Vercel??
Eslint and Prettier. I actually don't know where else to ask this, I'm going insane.
*.ts in the configs...Prisma object undefined on mutation
Would I Still Use T3's next-auth Setup
MUI v4 + TailwindCSS OR MUI v5?
Is tRPC a good choice for typesafe communication between two backends?
Do not use tRPC here, you are making a mistake https://youtu.be/jd5JwXoDXFo?t=202what other typesafe ways can this be done for between a nextjs backend and another app that's always running?...

JS Classes and This