getting-things-done-in-next-js icon indicating copy to clipboard operation
getting-things-done-in-next-js copied to clipboard

Files for "Getting Things Done in Next.js"

Results 10 getting-things-done-in-next-js issues
Sort by recently updated
recently updated
newest added

I think this is a great book for people who start, not just with React/Next, but with web dev in general. Still, after finishing, I felt like it was missing...

The example doesn't really show why data is redundant, but why data integrity can be lost. These are two different concepts and I think a more precise example would be...

I think the concept of migrations can be misunderstood by junior devs, i.e. they could wonder why you don't just have a drizzle function to alter the table, similar to...

A deep dive into TypeScript is obviously out of the scope of this book. Still, I think it might be better to use `interface` instead of `type` throughout the book,...

Probably the most valuable online resource for web devs, apart maybe from Stackoverflow, is the mozilla developer documentation. I think it'd be good to at least mention it once, for...

See following examples: ![3873c78d-ee31-4e04-83b1-bedfa98d36ed](https://github.com/user-attachments/assets/9e6ac999-c5a0-4956-a6b1-3386007fdc03) ![c359d874-a052-4bb8-9bfc-58a4b437494a](https://github.com/user-attachments/assets/6002cfe1-39c2-47b9-bcdd-e67015312fcb)

**Describe the bug** If you create a new instance for one of the tables, e.g. task, in Supabase directly and enter the id manually, the client throws an error when...