
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@hrica/zcatalyst-cli-plugin-react
Advanced tools
Fork of official zcatalyst-cli-plugin-react from Zoho Catalyst Team, modernized with Vite and Webpack support
Note: This is a fork of the official zcatalyst-cli-plugin-react from the Zoho Catalyst Team, modernized to support both Vite and Webpack build tools.
A modernized React plugin for Catalyst CLI with support for both Vite and Webpack build tools. Develop and deploy React applications with Catalyst using modern or traditional build tools.
The official plugin only supports Webpack/Create React App. This fork adds:
ZCatalyst-CLI: To install ZCatalyst-CLI with npm, use this command
npm install -g zcatalyst-cli
Check this documentation to get started with React in Catalyst
Note: zcatalyst-cli of versions 1.11.0 and above supports this plugin.
This plugin automatically detects and supports both modern and traditional React build tools:
The plugin automatically detects which build tool your project uses based on your dependencies and configuration files.
# Create a new Vite + React project
npm create vite@latest my-app -- --template react-ts
# Install the plugin
cd my-app
npm install @hrica/zcatalyst-cli-plugin-react --save-dev
# Configure catalyst.json
# The plugin will automatically detect Vite
The Plugin can be installed in two ways and needed to be configured in the catalyst.json configuration file.
Note: When setting up the React App from ZCatalyst-CLI the CLI will take care of the configuration process.
The plugin can be installed in the global NPM node_modules directory and configured as follows
Installation
npm install @hrica/zcatalyst-cli-plugin-react -g
catalyst.json
{
"client": {
"source": "react-app",
"plugin": "@hrica/zcatalyst-cli-plugin-react"
}
}
The plugin can be installed in the local node_modules directory of the React App and configured as follows
Installation
# to be executed within the React App directory
npm install @hrica/zcatalyst-cli-plugin-react --save-dev
catalyst.json
{
"client": {
"source": "react-app",
"plugin": "react-app/node_modules/@hrica/zcatalyst-cli-plugin-react"
}
}
This project is a fork of the official zcatalyst-cli-plugin-react created and maintained by the Zoho Catalyst Team.
zcatalyst-cli-plugin-react@hrica/zcatalyst-cli-plugin-reactThis fork extends the original plugin with:
All original Webpack/Create React App functionality remains intact and unchanged.
Contributions are welcome! If you'd like to contribute:
MIT License - Same as the original project
Disclaimer: This is an independent fork and is not officially affiliated with or endorsed by Zoho Corporation or the Catalyst Team. For the official plugin, please use zcatalyst-cli-plugin-react.
FAQs
Fork of official zcatalyst-cli-plugin-react from Zoho Catalyst Team, modernized with Vite and Webpack support
We found that @hrica/zcatalyst-cli-plugin-react demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.