![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.
@licfe/lingjing-materials
Advanced tools
一个面向PC的大包业务组件库
npm install
npm start # 打开开发环境,运行所有组件
npm start <compName> # 打开开发环境,运行特定组件(更快)
npm run lowcode:dev
npm run build
npm run lowcode:build
打包完成后 会生成 lowcode/assets-prod.json lowcode/assets-dev.json lowcode/assets-daily.json文件 这就是我们组件库的资产包数据。
{
packages: [{
package,
version,
library,
urls,
editUrls
}], // 组件的资源
components:[] // 对应组件的低代码描述
}
但是打包完的资产包里面的资源是unpkg的资源 假如不发布到公网的话就需要替代方案 需要把当前组件库资产包和平台的资产包merge
FAQs
lingjing-materials
The npm package @licfe/lingjing-materials receives a total of 0 weekly downloads. As such, @licfe/lingjing-materials popularity was classified as not popular.
We found that @licfe/lingjing-materials 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.