Today I learnt that not only can I pass Next.js server action as a fetch function into react query (so it's not just for mutation), but a React Server Component can also be a server action too. Now I want to try this out to see how implementing infinite scrolling will feel with this approach.
The documentation for next's server action is quite lacking imo, but I am quite impressed with the tech itself
#react #nextjs #servercomponents #webdev
The documentation for next's server action is quite lacking imo, but I am quite impressed with the tech itself
#react #nextjs #servercomponents #webdev