Data management paradigm
Hi. I am developing a web app and I want to know your take on data management.
* Is it a good idea to fetch and write data from/to database (document one, so no prisma here) on server component and pass it? Or should I do it on its view component? Can I benefit from nextjs13 fetch with firebase api?
I want to do a good job on security, performance and efficiency (to avoid unnecessary costs) so any tip using nextjs and t3 will be appreciated 🙂
0 Replies