ljianc
ljianc
### What problem does this feature solve? 1 修改或删除dataset中的某条数据,目前只能替换整个dataset吗? 2 如果数据量多的话,这样频繁替换会有性能问题吗? ### What does the proposed API look like? 有计划支持部分更新或删除吗
### Library name jsuites ### Library license https://github.com/jsuites/jsuites?tab=MIT-1-ov-file#readme ### Library source https://github.com/jsuites/jsuites ### Files to include jsuites.js jsuites.css jsuites.webcomponents.js
### Library name jspreadsheet-ce ### Library license https://github.com/jspreadsheet/ce?tab=MIT-1-ov-file#readme ### Library source https://www.npmjs.com/package/jspreadsheet-ce ### Files to include index.js jspreadsheet.css jspreadsheet.theme.css jspreadsheet.datatables.css
### What problem does this feature solve? 仅仅引用一个 `` 组件,ant及其依赖项所占体积就有大几十K,实在太大了。 对比了字节的 `arco design `(15K以内),`semi design` (10K以内)。 示例代码: ``` import { Spin } from "antd"; export default function Component() { return...
插件用到了builtins.pluginImport,可是最新版本的rspack已经删掉了这个配置。 TypeError: Cannot read properties of undefined (reading 'pluginImport') [0] at ImportPlugin.apply (D:\src\web\goodpc\node_modules\@arco-plugins\unplugin-react\lib\plugins\import.js:12:42) [0] at ArcoDesignPlugin.apply (D:\src\web\goodpc\node_modules\@arco-plugins\unplugin-react\lib\index.js:15:49) [0] at createCompiler (D:\src\web\goodpc\node_modules\@rspack\core\dist\rspack.js:54:24) [0] at create (D:\src\web\goodpc\node_modules\@rspack\core\dist\rspack.js:89:26) [0] at rspack (D:\src\web\goodpc\node_modules\@rspack\core\dist\rspack.js:115:37) [0]...
Support [try_files](https://nginx.org/en/docs/http/ngx_http_core_module.html#try_files) for React、Vue.js like SPA applications
我看这个框架本身是支持将这四类内容写在一个文件里的, 希望小程序环境也可以,四个文件切换来切换去的非常影响开发时间。 你们团队是否有权推动这个事?