
Company News
Jerod Santo Joins Socket as Head of Media
Allow myself to introduce... myself.
@w.ui/wui-react
Advanced tools
Pro React Admin 是一款基于 React v19 的高性能、企业级中后台前端解决方案。深度整合 RBAC 动态权限、KeepAlive 缓存、多标签页与 AI 智能助手。提供开箱即用的国际化、暗黑模式、Mock 数据与 E2E 测试体系,助力开发者快速构建稳健、安全的 SaaS 平台与数据可视化系统。
KeepAlive 缓存机制(采用 CSS 显隐策略替代 DOM 移动,大幅减少重排),配合 useTransition 实现丝滑的 Tab 切换与交互响应。useSafeNavigate 防越权跳转,保障系统安全。ProTabs 多页签切换,状态持久化保持,支持右键菜单(关闭其他/关闭所有/刷新)。src/components 独立打包为 NPM 库 (@w.ui/wui-react),提供 ESM/UMD 格式,支持按需加载与类型提示。pro-react-admin/
├── src/
│ ├── actions/ # Redux/Action 相关
│ ├── assets/ # 静态资源
│ ├── components/ # 业务组件
│ ├── config/ # 配置文件
│ ├── hooks/ # 自定义 hooks
│ ├── i18n/ # 国际化
│ ├── mock/ # Mock 数据
│ ├── pages/ # 页面模块
│ ├── reducers/ # Redux Reducer
│ ├── routers/ # 路由配置
│ ├── service/ # 请求与服务
│ ├── store/ # 状态管理
│ ├── styles/ # 全局样式
│ ├── theme/ # 主题相关
│ ├── utils/ # 工具函数
│ ├── App.tsx # 应用入口
│ └── index.tsx # 渲染入口
├── public/ # 公共资源
├── tests/ # 测试用例
├── docs/ # 文档
├── scripts/ # 脚本
├── api/ # Mock API 服务
├── ...
git clone https://github.com/wkylin/pro-react-admin.git
cd pro-react-admin
npm install
npm run dev
KeepAlive 实现,支持 React 19 <Activity> (Offscreen) 原生冻结,降级模式采用 CSS 显隐替代 DOM 移动,大幅减少重排ProTabs 切换引入 useTransition,交互响应更流畅;global-loader 移除逻辑优化,消除首屏白屏与卡顿KeepAlive 支持 HMR 热更新,开发调试状态不丢失useSafeNavigate/SafeLink 封装,防止越权跳转@w.ui/wui-react 组件库构建流程,支持 Vite Library Mode 打包 ESM/UMD 格式。standard-version 版本管理与 NPM 发布脚本,支持 Scoped Package 发布。vite.config.lib.ts,配置路径别名 (@assets, @hooks 等) 与外部依赖,确保构建产物纯净。欢迎 PR、Issue 与 Star!
git checkout -b feature/xxxgit commit -m 'feat: 新增 xxx 功能'git push origin feature/xxxApache-2.0 © wkylin
If you like the project, give it a star ⭐️, it will be a great encouragement to me.
FAQs
pro-react-admin components library
The npm package @w.ui/wui-react receives a total of 70 weekly downloads. As such, @w.ui/wui-react popularity was classified as not popular.
We found that @w.ui/wui-react demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.

Security News
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.