![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.
#jdd js文档,demo和说明文档快速生成
##快速入门
cmd命令行窗口下执行
jdd
会生成首页,demo页,changelog页,api页
##目录结构
demo/ demo文件目录
js/ js文件目录
doc/ 说明文件目录
changelog.md
readme.md
package.json
##配置详解
{
"name": "myjs", //工程名
"version": "1.0.0", //版本号
"author": "fe", //作者
"api": {
"name": "jds api", //js api工程名,会显示api首页
"description": "" //js api工程描述,同样会显示在api首页
},
"apisource":"js/", //js目录
"demosource":"demo/", //demo目录
"demoExclude":"demoExcludeDir", //demo目录过滤
"docsource":"doc/", //说明文档目录
"target":"docs/", //生成到目录
"demopathprefix":"../", //demo页导航url前缀
"stat":"" //统计代码
"extendHtml":"",//在页面最底部增加额外的html片断
"copyright":"",//底部版权信息
"extendMenu":{
"http://a.com":"这是站点a", //导航上增加额外的链接
"http://b.com":"这是站点b"
}
}
##建议package.json源文件
可直接复制后生成package.json
{
"name": "myjs",
"version": "1.0.0",
"author": "fe",
"api": {
"name": "jds api",
"description": ""
},
"apisource":"js/",
"demosource":"demo/",
"docsource":"doc/",
"target":"docs/",
"demopathprefix":"../",
"copyright":"Copyright © 2015 xxx All Rights Reserved"
}
FAQs
js doc, explain doc, demo
The npm package jddx receives a total of 0 weekly downloads. As such, jddx popularity was classified as not popular.
We found that jddx demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.