Back to Nocobase

Lifecycle

docs/docs/en/plugin-development/lifecycle.md

2.1.6496 B
Original Source

Lifecycle

This section organizes the lifecycle hooks for plugins on both server-side and client-side, helping developers correctly register and release resources.

You can compare with the FlowModel lifecycle to highlight common concepts.

Suggested Content

  • Callbacks triggered when plugins are installed, enabled, disabled, or removed.
  • Client-side component mounting, updating, and destruction timing.
  • Recommendations for handling asynchronous tasks and errors within the lifecycle.