|
|
|
|
|
by Rauchg
894 days ago
|
|
I just had a great experience building with Drizzle ORM and NextAuth, not sure if this is helpful: https://github.com/rauchg/next-ai-news (This is with Next.js 14 App Router and Server Actions) Can you tell me more about the pains you're seeing? |
|
In Django it's pretty simple, you define a model, write a bit of logic to give permissions to users to edit it and that's it. (it would have been awesome if this Django concept can be used for building frontend apps easier).