• Stars
    star
    405
  • Rank 106,656 (Top 3 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created almost 7 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

《深入浅出RxJS》代码库

《深入浅出RxJS》已经由机械工业出版社发行,这个repo存放的是书中所有的代码。

配合响应式编程(包括React和RxJS)的探讨,作者会在知乎专栏《进击的React》中持续更新,欢迎关注。

任何技术问题可以通过知乎私信或者值乎咨询,有问必答。

执行repo里的code,首先运行npm install安装对应依赖包,然后利用npx来执行对应的JavaScript文件,例如:

npx babel-node chapter-01/declarative/addOne.js

部分代码在浏览器中执行,用浏览器打开对应HTML文件即可。

alt text