Skip to content

Commit

Permalink
docs(update): readme
Browse files Browse the repository at this point in the history
  • Loading branch information
seognil committed Nov 17, 2019
1 parent dacf667 commit e41d184
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
A codebase to understanding frontend development.
Including code implemented and study materials gathered by myself.

一个理解前端开发工作的代码库。
一个理解前端开发工作的代码库。
包含我自己实现的代码和整理的学习资源。

## Why this 为什么
Expand All @@ -24,8 +24,9 @@ Because it's the only way to learn how to code -- by practice
- [ ] useful functions
- [ ] tricks
- [ ] polyfills
- **tools usage**
- [x] [rudux](./redux/)
- **JS lib usage**
- [x] [react hooks](./react/)
- [x] [redux](./redux/)
- [x] [rxjs](./rxjs/)
- [ ] Webpack
- **reimplement**
Expand All @@ -41,11 +42,15 @@ Because it's the only way to learn how to code -- by practice

## Playground Equipment

- [Code Runner](https://marketplace.visualstudio.com/items?itemName=formulahendry.code-runner)
- [ts-node](https://github.com/TypeStrong/ts-node)
- [Parcel](https://parceljs.org/)
- [Create React App](https://github.com/facebook/create-react-app)
- [Vue CLI](https://cli.vuejs.org/)
- Chrome Extension
- [Octotree](https://chrome.google.com/webstore/detail/octotree/bkhaagjahfmjljalopjnoealnfndnagc)
- VSCode Extension
- [Code Runner](https://marketplace.visualstudio.com/items?itemName=formulahendry.code-runner)
- Terminal
- [ts-node](https://github.com/TypeStrong/ts-node)
- [Parcel](https://parceljs.org/)
- [Create React App](https://github.com/facebook/create-react-app)
- [Vue CLI](https://cli.vuejs.org/)

## TODO

Expand Down

0 comments on commit e41d184

Please sign in to comment.