Replies: 2 comments 1 reply
-
Wouldn't recommend to use it for fetching data. I'd wait for the more (supposedly) powerful React Server Functions to see if they'll support fetching data via GET method. |
Beta Was this translation helpful? Give feedback.
-
Hey ! Any updates on this ? We want to use next-safe-action as a wrapper to fetch our data (so we can reuse all the middlewares we created for permissions checks, etc) Normalize data output, logging etc. However, when we try to Promise.all multiple get actions inside a server component, Next.js doesn't seem to parallelize them properly... Any idea why, or how we could handle this better? How do you (@TheEdoRan ) do to handle this problem ? Thanks a lot! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi community, I know that my be silly but nowadays with all the multiple posibilites of data fetching, this library is still valid/useful for data?
I know that is recommended for mutations and validations, but to fetch data?
Beta Was this translation helpful? Give feedback.
All reactions