文章 一月 07, 2022

Hello World

文章字数 1.8k 阅读约需 2 mins. 阅读次数 1000000

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems...

查看全文

HTSC 十二月 14, 2021

项目问题答疑笔记

文章字数 2k 阅读约需 2 mins. 阅读次数 1000000

1、dva 使用方式和官网不太一样,项目中基于dva框架进行了怎么了改造?

https://dvajs.com/

改变:
1、项目信息、构建脚本:  roadhog - webpack构建脚本
入口 、 配置etc

2、路由 dva/router - +

3、动态加载  dva/dynamic - react-loadable/dynamic
https://github.com/jamiebuilds/react-loadable


4、其他:dva/fetch、dva API、Model  大致一样...
查看全文

HTSC 十一月 14, 2021

react-lifecycle

文章字数 452 阅读约需 1 mins. 阅读次数 1000000

# react-lifecycle
https://projects.wojtekmaj.pl/react-lifecycle-methods-diagram/

查看全文

文章 九月 11, 2021

前端学习

文章字数 4.1k 阅读约需 4 mins. 阅读次数 1000000

代码检查

npm run lint

javascript规范主要参考airbnb规范

git commit hook

git commit时会运行lint进行代码静态检查,代码检查通过才可以正常commit

学习资源

根据针对当前开发框架,所需了解知识的重要程度,分为1~5颗星,5表示最重要

es6 新一代JavaScript标准 ⭐️⭐️⭐️⭐️⭐️

http://es6.ruanyifeng.com/

react ⭐️⭐️⭐️⭐️⭐️

官网:https://facebook.github.io/react/docs/hello...

查看全文

文章 九月 11, 2021

申绍强

文章字数 248 阅读约需 1 mins. 阅读次数 1000000

@Browser Confusing String

test
申绍强

查看全文

文章 七月 14, 2019

Hello World 2

文章字数 1.8k 阅读约需 2 mins. 阅读次数 1000000

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

$ hexo new "My New Post"
... 查看全文
0%