Typescript import best practices?
import { useEffect } from "react"
vs
import * from "react"
React.useEffect(() =>{})
import * from "react"
React.useEffect(() =>{})
Trouble with NEXTAUTH_URL
NEXTAUTH_URL is defined in my .env:
```
dev: [next-auth][warn][NEXTAUTH_URL]
dev: https://next-auth.js.org/warnings#nextauth_url...[TypeScript] How would you go about creating an Array that can have different types of objects?
framer-motion does not work well inside a portal
learn react and get comfy with thinking in react
Accessibility question about Cards

Selfhosting Supabase
Next Router Issues
passportjs sends a cookie on each request
passportjs, I know it doesn't make any sense to use it in a simple authentication method like this, how ever, it seems like it's setting an http cookieon each request, even if the requested route doesn't exist.
basically I know that the setCookie header is included once you change the session object. so why passportjs does that?...How to add getLayout property to Component, nextJS 12.3

tRPC app with SSR true, getStaticProps or getServerSideProps
/projects and I'm trying to fetch all the projects on the server, so all the projects can be available when the users arrives on the page.
I've been reading a lot of stuff lately about SSR and which methods to use to fetch data, either getServerSideProps or getStaticProps. On top of this, I know that tRPC configuration accepts a ssr: true | false property....What was the reason for removing req, res from context?
Running a cron job alongside T3 stack locally
why re-mcompile JS each time?
can i remove a background from an image using Js

Documentation past comments, is it needed?
Quick question about TRPC query with date
Internationalization with T3?
I need ideas for Data viz & Metrics framework in t3 stack ?