SGG/SSR Data Translation - Best Practices #14693
Unanswered
samuelcastro
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When working with SSG/SSR, how do you usually handle data transformations? Let's say you need to grab some data from a server or CMS and pass it down to a component, where would you handle the data transformation? In the server-side perhaps improving the performance or inside the component that that will consume that data, making things more organized and readable.
Beta Was this translation helpful? Give feedback.
All reactions