Welcome to the Catalyst React Plugin documentation. This plugin enables you to develop and deploy React applications with Zoho Catalyst.
- Main README - Installation and basic configuration
- Build Tool Detection - How the plugin detects Vite vs Webpack
- Vite Support - Modern, fast build tool with HMR
- Webpack Support - Traditional Create React App support
The plugin is organized into several key modules:
lib/detector/- Build tool detection logiclib/config/- Configuration managementlib/build/- Build operationslib/start/- Development serverlib/validate/- Project validationlib/utils/- Shared utilities
When contributing to this plugin, please ensure:
- All new features are documented
- Code follows the existing style conventions
- Tests are added for new functionality
- The README is updated with any user-facing changes
For issues and questions: