You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actions introduce a concept of unique code reusability. They are "functions" that can be called from anywhere in the application. For example, they may be used as a ...
4
+
5
+
- CLI Command
6
+
- HTTP Controller
7
+
- Event Listener
8
+
- Cron Job _(Queued Jobs)_
9
+
10
+
One unique Stacks feature of Actions is that they may also be called from anywhere in the frontend, dramatically simplifying API integrations.
0 commit comments