![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
@genesisx/git-workflows
Advanced tools
This Generator is to easily setup git workflows for a Nx workspace.
This is a generator for creating git workflow templates created for Genesis framework. This can be used in a non-genesis project as well, as no dependency on nx.
Following workflows are added to the Nx workspace when you execute this generator plugin.
Nx Affected Apps
Nx Affected Apps - Pull Request
Nx Affected Apps - Master(Base Branch)
Nx Build App
Publish "git-workflows "Plugin [Optional]
Clone the Genesis Repository
- git clone https://pscode.lioncloud.net/psinnersource/xt/micro-frontend/genesis.git
Build the plugin generator
- nx run git-workflows:build
Publish the plugin generator to a registry
- npm publish ./dist/packages/git-workflows --registry [REGISTRY_URL]
Using "git-workflows" Plugin
Create a new workspace
- npx create-nx-workspace@latest
Install the plugin
- npm install -D @genesisx/git-workflows@[VERSION] --registry [REGISTRY_URL]`
Execute the plugin Use NX GUI in VS to execute the workflow (or) Execute the following command
- `npx nx generate @genesisx/git-workflows:git-workflows --no-interactive `
Verify the generated workflows Verify if a new directory with name ".github" is created in the root of your workspace. Verify if the following files are created in the "./.github" directory of your workspace
- nx-affected-apps.yaml
- nx-affected-master.yaml
- nx-affected-pull-request.yaml
- nx-build-app.yaml
FAQs
This Generator is to easily setup git workflows for a Nx workspace.
The npm package @genesisx/git-workflows receives a total of 1 weekly downloads. As such, @genesisx/git-workflows popularity was classified as not popular.
We found that @genesisx/git-workflows demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.