ssg doesn't work for new data
revalidate but it doesn't seem to work. This is the code of post/[id].tsx:
```jsx
export const getStaticPaths: GetStaticPaths = async () => {
const posts = await prisma.post.findMany();
// TODO: this can cause problems if we run this the first time the database is reset...Help me with my stack...
Cross platform stack (web & mobile)
should I use a trpc request when using getStaticPaths()?

best way to create reusable components with tailwind and react
Spot the Prisma relation error?
@relation in prisma but I'm forced to create use an array of elements for the model (one to many) and I want a one to one relationship here.
```
model OrderDetail {
id String @id @default(cuid())...error while developing a react component library

Why should you use turborepo
vercel gives errors when generating nextjs static pages I didn't ask to be generated during deploy
how do you re-fetch with react-query?
Getting an error saying `TypeError movies.map is not a function`
Property 'useMutation' does not exist
How to check if all the data from multiple components is loaded
Is there a simple way of doing the the Blur Effect with Next-Image in MDX?
tRPC basics - returning an array
am I self taught ?
database write on button click
``
const callAPI = async () => {
try {
const res = await fetch(http://localhost:3000/api/cookbook/create`, {...how to fix OAuthAccountNotLinked in NextAuth (pretty way?)
TW-Elements
Could not find a declaration file for module 'tw-elements'. 'c:/Users/Adek/Documents/nextjs/my-t3-app/node_modules/tw-elements/dist/js/index.min.js' implicitly has an 'any' type.
Try `npm i --save-dev @types/tw-elements` if it exists or add a new declaration (.d.ts) file containing `declare module 'tw-elements';`
Could not find a declaration file for module 'tw-elements'. 'c:/Users/Adek/Documents/nextjs/my-t3-app/node_modules/tw-elements/dist/js/index.min.js' implicitly has an 'any' type.
Try `npm i --save-dev @types/tw-elements` if it exists or add a new declaration (.d.ts) file containing `declare module 'tw-elements';`