Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yaogengzhu/learning-notes
基础回顾、笔记
https://github.com/yaogengzhu/learning-notes
Last synced: 6 days ago
JSON representation
基础回顾、笔记
- Host: GitHub
- URL: https://github.com/yaogengzhu/learning-notes
- Owner: yaogengzhu
- Created: 2020-02-22T13:18:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-15T01:02:43.000Z (about 1 year ago)
- Last Synced: 2023-09-15T17:20:08.417Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 11.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 39
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 前端学习打卡
## 开发日常踩坑记录
### react + vue + js
- [ 【踩坑笔记】react + vue + js 笔记](https://github.com/yaogengzhu/life-share/issues)
- [ 【基础笔记】原生小程序相关](https://github.com/yaogengzhu/wechat/issues)### 文章指引
- [项目代码更新提醒,上线后如何能及时提醒用户更新代码](https://github.com/yaogengzhu/life-share/issues/139)
- [本地如何配置https环境](https://github.com/yaogengzhu/life-share/issues/138)
- [React组合模式](https://github.com/yaogengzhu/Learning-notes/issues/16)## 前端基础:
### 第 一 阶段:ES6 (2020-02)
- [【入门1-1】认识es6中的const&let,模版字符串](https://github.com/yaogengzhu/Learning-notes/issues/1)
- [【入门1-2】认识es6中的函数](https://github.com/yaogengzhu/Learning-notes/issues/2)
- [【入门1-3】认识es6中的Array, Object, Class](https://github.com/yaogengzhu/Learning-notes/issues/3)
- [【入门1-4】认识es6中的generator](https://github.com/yaogengzhu/Learning-notes/issues/4)
- [【入门1-5】认识es6中的Promise](https://github.com/yaogengzhu/Learning-notes/issues/5)### 第二阶段: webPack (2020-03)
- [【入门2-1】webpack基础配置篇](https://github.com/yaogengzhu/Learning-notes/issues/6)
- [【webpack配置React项目脚手架实战】](https://github.com/yaogengzhu/react-staging)### 第三阶段:手写代码
- [es5实现深拷贝](https://github.com/yaogengzhu/Learning-notes/issues/17)
- [se6实现深拷贝](https://github.com/yaogengzhu/Learning-notes/issues/18)
- [instanceof实现](https://github.com/yaogengzhu/Learning-notes/issues/19)