Effect CommunityEC
Effect Community2mo ago
10 replies
rik

Using Effect with Arguments in Next.js Server Route

I'm trying to use Effect in a server route in a Next.js project. I have a runtime, and I am successfully calling a no-argument effect from a page to get some data, then present it to the user. Apparently, I am not able to figure out how to do the same when I need to pass arguments in, and would appreciate some hints or examples.
Was this page helpful?