![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.
@axa-ch/axa-ch-core
Advanced tools
The pod containing the content for the old AEM components.
This is the core for the webub (https://axa.ch).
It contains mostly legacy code and replaces the former frontend-lib
. This pod hooks to the AEM-html and enriches it interactive functionality. It also contains all the css styles, which the webhub needs on the top level.
To install the pod locally: npm install @axa-ch/axa-ch-core
npm start
start local DEV environmentnpm run build
to trigger a ESM build needed for Midgardnpm run test
to run local testsnpm run release
to execute a release to NPM (VERY IMPORTANT: Read How To Release on this document).update package.json in the "version": "x.x.x"
field. Please follow semver best practices
run npm run release
commit to develop, add git tag containg the same version as in step 1 and push
Execute jenkins jobs (build & deploy and if all good: promote) with the version added in point 1
If you are developing for AEM, you probably want to test local builds directly in AEM.
To do so, change the 'installedPods' config in your manifest.json locally to something like this:
"installedPods": [
{
"axa-ch-core": "file:/Users/benzahler/Documents/code/repos/axa-ch-core",
"type": "basic"
}
]
The file:/ configuration should point to the axa-ch-core base dir in your local file system.
With the manifest above, you can now deploy the specific axa-ch-core pod into AEM:
FAQs
The pod containing the content for the old AEM components.
The npm package @axa-ch/axa-ch-core receives a total of 0 weekly downloads. As such, @axa-ch/axa-ch-core popularity was classified as not popular.
We found that @axa-ch/axa-ch-core demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 51 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.