![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.
@appcominteractive/cordova-plugin-hot-reload
Advanced tools
This plugin enables you to develop cordova apps with hot-reloading in your app in your development environment.
It creates two hooks that modify your config.xml and point the content to the local development server when you serve the app and point to the index.html
file when you build your app.
cordova plugin add @appcominteractive/cordova-plugin-hot-reload
The files are served via symlinks from your public folder and pointing to the correct platform files.
Remember to keep your symlinks out of git and add them to your .gitignore
file.
npm i concurrently wait-on cross-env
To serve your frontend files you could start your app like so
"serve:android": "cross-env PORT=8080 concurrently \"npm run serve\" \"wait-on http://localhost:8080 && cordova run android\""
you have to set the PORT
environment, so the plugin can point to the correct port.
You can add variables to the plugin by adding the following to your config.xml
in the widget
tag:
<plugin name="@appcominteractive/cordova-plugin-hot-reload">
<variable name="publicPath" value="www"/>
</plugin>
Now all symlinks get set to your folder named www
. The path must be relative to your config.xml
FAQs
Cordova Hot-Reload Plugin
The npm package @appcominteractive/cordova-plugin-hot-reload receives a total of 40 weekly downloads. As such, @appcominteractive/cordova-plugin-hot-reload popularity was classified as not popular.
We found that @appcominteractive/cordova-plugin-hot-reload demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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.