![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.
@beisen/commoninput
Advanced tools
cnpm install 或 npm install cnpm使用教程
npm run dev (开发环境打包 port:8080)
npm run test (测试用例)
npm run build (生产环境打包)
data:{
"status": "show"
,"isActive": false //蓝线是否出现
,"placeHolder": "请输入" //input中的placeholder
,"defaultValue":"技术" //input中的defaultvalue
,"readonly": false //只读态
,"errorStatus": false //报错
,"errorMsg":"sacasc" //报错信息,为空时不显示
,"PromptMsg":"" //报错信息,为空时不显示
,"selectDate":[
{
"value":0
,"name":"查看详情1"
,"pname":"细节看撒1"
,"isActive":false
,"isChecked":true
},{
"value":1
,"name":"查看详情2"
,"pname":"细节看撒2"
,"isActive":false
,"isChecked":true
} ,{
"value":2
,"name":"查看详情3"
,"pname":"细节看撒3"
,"isActive":false
,"isChecked":true
} ,{
"value":3
,"name":"查看详情4"
,"pname":"细节看撒4"
,"isActive":false
,"isChecked":true
}
]//数据
,handlerClick: function(event){
console.log(event.target)
}//组件点击事件
,itemClose: function(event, item, index, selectDate){
self.itemClose(index)
}//删除按钮回调
,inputChange: function(event, status, value){
console.log(value)
}//input的change事件
,inputClick: function(event, status, value){
console.log(value)
self.inputClick();
}//input的点击事件
,inputBlur: function(event, status, value){
console.log(value)
self.inputBlur();
}//input的blur事件
}
1.安装npm组件包
npm install @beisen/CommonInput --save-dev
2.引用组件
import CommonInput from "@beisen/CommonInput"
3.传入参数
data:{
"status": "show"
,"isActive": false //蓝线是否出现
,"placeHolder": "请输入" //input中的placeholder
,"defaultValue":"技术" //input中的defaultvalue
,"readonly": false //只读态
,"errorStatus": false //报错
,"errorMsg":"sacasc" //报错信息,为空时不显示
,"PromptMsg":"" //报错信息,为空时不显示
,"selectDate":[
{
"value":0
,"name":"查看详情1"
,"pname":"细节看撒1"
,"isActive":false
,"isChecked":true
},{
"value":1
,"name":"查看详情2"
,"pname":"细节看撒2"
,"isActive":false
,"isChecked":true
} ,{
"value":2
,"name":"查看详情3"
,"pname":"细节看撒3"
,"isActive":false
,"isChecked":true
} ,{
"value":3
,"name":"查看详情4"
,"pname":"细节看撒4"
,"isActive":false
,"isChecked":true
}
]//数据
,handlerClick: function(event){
console.log(event.target)
}//组件点击事件
,itemClose: function(event, item, index, selectDate){
self.itemClose(index)
}//删除按钮回调
,inputChange: function(event, status, value){
console.log(value)
}//input的change事件
,inputClick: function(event, status, value){
console.log(value)
self.inputClick();
}//input的点击事件
,inputBlur: function(event, status, value){
console.log(value)
self.inputBlur();
}//input的blur事件
}
render () {
return (
<CommonInput {...this.state.data} />
)
}
FAQs
CommonInput
The npm package @beisen/commoninput receives a total of 3 weekly downloads. As such, @beisen/commoninput popularity was classified as not popular.
We found that @beisen/commoninput 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.