Send an Effect via Server Actions and then parse it on the Client
Hi, I playing around with Nextjs Server Actions and Effect and I would like to do some work on the server, then send the current state of the Effect to the client and then do some modifications on the client.