
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
@genesisx/react
Advanced tools
This is a generator for creating Genesis themed react application templates.
This is a generator for creating Genesis themed react application templates.
Prerequisites
For Using this package into your app, to create react micro apps, please follow the below steps
Install this npm package to your repo first
yarn add @genesisx/react
or run
npm install @genesisx/react
Now follow the either of the two modes to use this generator
If NX Console doesnt work, alternatively use this command
nx generate @genesisx/react:templated <name-of-react-app> --no-interactive
or run the command without parameters nx generate @genesisx/react:templated and supply the arguments as asked.
If nx is not already installed then install it using npm install -g nx
On the creation of above application we can also create a component, component cypress spec, component story, hook, library, redux slice, stories, storybook configuration and storybook migrate defaults using the nx console in genesis.
Run nx lint react to execute the lint checks on this package.
Run nx build react to build this package.
Run nx test react to execute the unit tests via Jest.
To publish the package you must first be logged into NPM (npm login) then run this command from the root of the project.
npm publish dist/packages/react --access public
If you're going to locally developm and run/test this package you need to build it and copy into node_modules with every change. You can simply do this by running a bash command below:
yarn nx run react:build && cp -R dist/packages/react/ node_modules/@genesisx/react/
FAQs
This is a generator for creating Genesis themed react application templates.
We found that @genesisx/react demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 14 open source maintainers 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.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.