What I Touched This Week 2017-10-14
Graylog 集中日志管理 - 日志输出 Streams: a new general purpose data structure in Redis. - antirez Redis will support stream processing. The 5 Types Of React Application State - James K Nelson A pattern to categorize Redux State. Developing a Redux Edge {Book} A book recommended if you want to learn Redux in depth. Learned from the book above, delete a key from object: const {[id]: remove, ...rest} = state; return rest;…