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
Each individual file would handle only a single event, repeated code can go into a common directory shared by handlers.
To handle a new event all you'd have to do is create the file, the indexer router would pick up the file with a dynamic import and dispatch events to it.
use the following naming convention for event handlers:
should make it easier to navigate between event handlers
The text was updated successfully, but these errors were encountered: