Why are server actions considered experimental?
Unanswered
Zenaida Dove posted this in #help-forum
Zenaida DoveOP
After upgrading to Next 13, I started using server actions and they're working fine.
What are some problems that may occur? I'm wondering why server actions are considered experimental...
What are some problems that may occur? I'm wondering why server actions are considered experimental...
4 Replies
@Zenaida Dove After upgrading to Next 13, I started using server actions and they're working fine.
What are some problems that may occur? I'm wondering why server actions are considered experimental...
Because it’s not fully working well yet. For example people have reported issues when using server actions in a statically rendered route
Zenaida DoveOP
what kind of issues (getting no reponse, internal server error, no error handling, ...)? Is the risk huge to make me rewrite my server actions in route handlers?
@Zenaida Dove what kind of issues (getting no reponse, internal server error, no error handling, ...)? Is the risk huge to make me rewrite my server actions in route handlers?
you can see it in nextjs github repo. With the question of risk . USE it at your own risk . It is not recommended because there might be a big changes that might happen and would make you re write most of your codebase.
@Zenaida Dove what kind of issues (getting no reponse, internal server error, no error handling, ...)? Is the risk huge to make me rewrite my server actions in route handlers?
I would say the risk is not huge, but it is there