Hi!
Got curious on how server actions work in some scenarios:
- What would happens if you call a server action from a server component? Would it stil get a network call? Or would next recognize that this is a server action call from the server and just call the function directly?
- What happens if you call a server action from another server action? Same a s above, network call or next optimize to a function call