lin-cms-react
lin-cms-react copied to clipboard
🔆 React+Antd构建的CMS开发框架
Bumps [node-sass](https://github.com/sass/node-sass) from 4.13.1 to 7.0.0. Release notes Sourced from node-sass's releases. v7.0.0 Breaking changes Drop support for Node 15 (@nschonni) Set rejectUnauthorized to true by default (@scott-ut, #3149) Features...
由于特殊需要,请问如何将项目中的scss,换成css
作者,你好,感谢你分享的开源代码 我用这套开源代码用于项目中,随着不断开发,明显感觉到修改代码后,Webpack编译速度慢,调试的体验不如ant design pro 或 create react app 等脚手架 打包的时间较长 5min +, 体积 11M + 除了更新了ant design 4.6.6 没有其他大的改动,增加的基本是一些业务上的CRUD页面 Webpack 对一般前端不太友好,你自己写的webpack配置文件我没有详细去看,学习成本较高,请问可以做些优化或者给出一些建议吗? 谢谢! 
Bumps [swiper](https://github.com/nolimits4web/Swiper) from 5.3.7 to 6.5.1. Changelog Sourced from swiper's changelog. 6.5.1 (2021-03-29) Bug Fixes a11y: correct aria-roledescription attribute name (1b73c3b), closes #4371 core: fixed proto pollution (ec358de) core: fixed...
Bumps [react-dev-utils](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-dev-utils) from 9.1.0 to 11.0.4. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [axios](https://github.com/axios/axios) from 0.19.2 to 0.21.1. Release notes Sourced from axios's releases. v0.21.1 0.21.1 (December 21, 2020) Fixes and Functionality: Hotfix: Prevent SSRF (#3410) Protocol not parsed when setting proxy...
你做这个 他们团队没给你工资吗
刚看了一下仓库的整体代码以及线上demo,整体来说还是相当不错的,这不是一个小项目,确实付出了比较多的时间。 .jsx里面的三目运算符使用的还不甚合理,记得优化一下,其它的结构几乎与vue版本无异,几乎也实现了全部功能,可见作者着实用心,让人感佩。 当然react的新特性hooks我还未看到,作者可以适当使用一下,毕竟新特性的噱头,很多人都愿意买单的,无论是为了作者自己的推广,还是学习规划。 另外redux的使用有些许臃肿,可以再适当拆分,当然如果使用mobx必然会更棒,redux的概念有时候很不友好,让人生畏。 最后,希望作者再接再厉,早日成为团队推荐react实现。