|
|
|
|
|
by riogordo2go
1146 days ago
|
|
>"Server Actions in Next.js have been designed for deep integration with the rest of the data lifecycle, including the Next.js Cache, Incremental Static Regeneration (ISR), and the client router." I'm personally going the other way, moving as much logic as possible out of Next.js.
I want to keep my frontend clean, simple and separated from the backend as much as possible as this is clearly where must of the churn happens. |
|