03 2024 档案
摘要:安装 w2 install whistle.vase 使用 启动whistle,进入127.0.0.1:8899/#plugins 点击vase,进入vase页面 创建对应模版引擎的文件 不同的模版引擎用法参考:https://github.com/whistle-plugins/whistle.v
阅读全文
摘要:useContext和useReducer的联合用法(实现多组件多状态管理) useReducer useReducer(reducer, initialArg, init?) 参数 reducer:(state:S, action:A)=>newState:S;用于更新 state 的纯函数。参数
阅读全文
摘要:vscode 常用插件 博客园 cnblogs 客户端 auto close tag (html自动闭合标签) auto rename tag auto-header (自动添加头部注释) aws toolkit (可提供简单的代码提示) Azure Repos (可以在vscode中打开远程仓库,
阅读全文