In a typical development workflow, every code change requires you to:
- Build the widget or web tab.
- Package it using the ZET CLI tool.
- Generate a ZIP file.
- Upload the ZIP to Zoho People.
- Refresh the application and test the changes.
- Repeat the entire process for every update.
When you're making frequent UI or JavaScript changes, this cycle can significantly slow down development and testing. Development Mode streamlines this workflow by allowing the widget or web tab to load directly from a local development server while remaining embedded within Zoho People. This enables you to:
- See changes instantly without rebuilding and re-uploading the extension.
- Accelerate UI and JavaScript development.
- Retain full access to the Zoho People JavaScript SDK.
- Test and debug your extension in a more efficient development environment.