pengkobe / reading-notes

:stars: to record daily reading notes. I build an issue blog to record daily FE study notes. suggestion and comments are welcomed.
https://github.com/pengkobe/reading-notes/issues
MIT License
13 stars 1 forks source link

Immutable.js with TypeScript #402

Open pengkobe opened 6 years ago

pengkobe commented 6 years ago

https://blog.mgechev.com/2018/01/18/react-typescript-redux-immutable/

文中详述了如何使用 Typescript 来对 Store、Action 、Middleware 进行封装,不禁感叹,这就是写代码的艺术啊。