Best way to style range inputs?
Store Historic Values
is it fine to store the server state in the forked process? (PM2 cluster)
Are there any differences between these two pieces of code performance or bug wise?
this.setState({ user: { ...(response || {}), ...data } });
this.setState({ user: { ...(response || {}), ...data } });
Help - session type in _app.tsx is missing
_app.tsx and noticed that there was an error with the session object being destructured in the app.
I'm not too sure what went wrong here, but I did remove and reinstall my node_modules for good measure, and no luck.
Repo link - https://github.com/SeanCassiere/next-discord-clone/blob/master/src/pages/_app.tsx#L17...
T3 Stack NextAuth How to get Provider access token
Simple postgreSQL question (or maybe its generic sql idk)
Can you (or should you I suppose) put a type inside of a component?
tRPC Query being called client side even with dehydrated state
Typescript behaving strangely when inferring function return type
{foo?: undefined} when its just {}? When I type the return value explicitly it just does what you would expect it to do......
cron job for sending user a email or notification?
Next Future Image Rounded?
next/future/image with tailwindcss and can't get an image to round
```ts
<div className="flex items-stretch justify-center">
<div className="not-prose relative flex-1">...
Avoid overriding last api response
Why does that work? - Runtime Config with Nextjs
publicRuntimeConfig (https://nextjs.org/docs/api-reference/next.config.js/runtime-configuration)
...hey I'm planning to use this authentication method on my app.
What should i use t3-stack or express-trpc-nextjs for this project?
Custom OAuth Popup Window Redirection
Optimistic updates not working tRPC useQuery
onSetteled it works fine and the data refetches after a second or two. Now I'm trying to implement the onMutate portion, and for some reason my queryClient.getQueryData() returns undefined, even though I'm passing it the same query that I pass invalidateQueries. Any insight on what I might be missing with the syntax?
Call Mutation again on Error?
