12 2020 档案

使用React 如何设计 模板自定义的框架
摘要:1. 大前端 模板矩阵,对应相应模板 统一状态 2. 设立layout 文件, 统合所有主题输出包 3. pages 整合页面设置三个 区域 top, content , foot, sider(CUSTOMER) 用户可自定义。 3. 根据LAYOUT主题设置的数值,自动加载相关页面 返回到前端 阅读全文
posted @ 2020-12-30 16:05 jude_liu 阅读(310) 评论(0) 推荐(0)
react hooks 的更进一步适应性使用
摘要:Hooks are a new addition in React that lets you use state and other React features without writing a class. Hooks是JavaScript函数 , 我们需要保存状态的一致性。 尤其对于大前端 阅读全文
posted @ 2020-12-30 14:50 jude_liu 阅读(214) 评论(0) 推荐(0)