Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/linbudu599/penumbra

记录阅读的技术文章、笔记以及实现过程。🌓
https://github.com/linbudu599/penumbra

Last synced: 10 days ago
JSON representation

记录阅读的技术文章、笔记以及实现过程。🌓

Awesome Lists containing this project

README

        

# Penumbra 🌓

> 这个 `repo` 将用于整理一些学习一些新东西、新技术的过程以及笔记
> 包括但不限于前端方面 👻

- JavaScript 基础

- [Closure In JavaScript](./JS/Closure/Closure.md)
- [You don't know JSON.stringify()](./JS/JSON/stringify/about.md)
- [RegExp Pattern Collections](./JS/RegExp/)

- ES-Next

> 处于 ES 提案 stage3/4,很好用的新特性

- [Optional-Chaining](./ES-Next/Optional-Chaining/main.md)
- [Dynamic Import](./ES-Next/Dynamic-Import/README.md)

- React

> 开始写 React 之后越来越觉得它好玩了,但要玩好可也不容易~

- [React Hooks 与 setInterval 的一些思考](./React/Hooks-setInterval/Hooks-setInterval.md)
- [Redux源码解读](./React/redux/README.md)

- Node

- [Koa源码解读](https://github.com/linbudu599/Penumbra/tree/master/Node/Koa)

- 其他

> 前端工程化/产品思维/用户体验等

- [埋点:为了更好的用户体验而奋斗](FE/Track/README.md)
- [首屏加载优化的一些工作](FE/Optimize/README.md)
- [浅析灰度发布](FE/Pre-Release/README.md)