![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/graphql
Advanced tools
Generator package for generating graphql subgraphs and federations.
This is a generator for generating graphql subgraphs and federation services created by the Genesis project.
Install the package in your nx workspace, please run one of these commands
npm i @genesisx/graphql
or
yarn add @genesisx/graphql
Select Generator tool from the NX console as shown in the image in your visual studio Navigate to NX console > Generate > @ @genesisx/graphql
And fill in the form as follows;
- appName
Service name that will be under apps folder of your project
-portNumber
Port Number to be changed in file called .env
-templateName
chose if you want to generate a subgraph or federation service from the dropdown.
Click on Run after filling the details.
Serve your graphql service created through NX console > Serve > <your_project_name>
npm install -g nx
nx generate @genesisx/graphql:templates <AppName> <PortNumber> --templateName=<TemplateName> --no-interactive
nx generate @genesisx/graphql:templates
Run nx lint graphql
to execute the lint checks on this package.
Run nx build graphql
to build this package.
Run nx test graphql
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/graphql --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 graphql:build && cp -R dist/packages/graphql/ <new_wsp>/node_modules/@genesisx
FAQs
Generator package for generating graphql subgraphs and federations.
The npm package @genesisx/graphql receives a total of 35 weekly downloads. As such, @genesisx/graphql popularity was classified as not popular.
We found that @genesisx/graphql 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.