![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.
generator-tingle
Advanced tools
tingle 组件的脚手架
全局安装脚手架工具 yo
$ npm install yo -g
全局安装 tingle
组件脚手架
$ npm install generator-tingle -g
创建组件,比如 tingle-your-component
组件
$ mkdir tingle-your-component // 创建组件目录
$ cd tingle-your-component
$ yo tingle:component // 使用脚手架,根据提示按步骤执行
$ npm install // 安装依赖
组件目录名称命名规则:
- 必须以
tingle-
为前缀- 多个单词必须使用
-
分割- 字母全部小写
- 不建议包含下划线及特殊字符
$ gulp d // 启动本地的开发服务器
执行了上面的命令后,会调起系统默认的浏览器,此时对 src
和 demo
目录下的文件做出的任何更改,都会自动触发demo.js
的重新构建,浏览器也会自动刷新,enjoy!
$ gulp b
请移步这里 change log
FAQs
Scaffold for Tingle Component
The npm package generator-tingle receives a total of 2 weekly downloads. As such, generator-tingle popularity was classified as not popular.
We found that generator-tingle demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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.