-
-
Sometimes it's useful to be able to define logical instances of various typeclasses for *any* datatype that is of the correct shape, without tying yourself to a particular underlying representation of…
-
Reduce usage of [Immutable](https://immutable-js.github.io/immutable-js/) is meaningful.
Immutablity is good, but [Immutable.js](https://immutable-js.github.io/immutable-js/) is hard.
- [Immutab…
-
If I add `@zambezi/ez-doc` as a dev dependency on a project and create a script that will run `ez-doc build`, the following error is produced:
```
[Error: Error loading plugins: gitbook-plugin-zambez…
-
> 更新:我们基于此最佳实践做了一个封装方案:[dva](https://github.com/sorrycc/dva),可以简化使用 redux 和 redux-saga 时很多繁杂的操作。
![](https://os.alipayobjects.com/rmsportal/PkJVIWFJbpZcwmS.png)
前端变化虽快,但其实一直都围绕这几个概念在转:
- URL - 访问什么页…
-
First I just want to say I really like this library and the idea of property-based testing.
However I tried using jsverify for a few days along side my unit tests and I wanted to come back and share …
-
![image](https://user-images.githubusercontent.com/736697/31579681-c6f6295c-b154-11e7-9f57-b68fd536fb61.png)
So this should be prevented with typings, because one may think that one may pass string…
-
When evaluating dependencies, the new reactorState from these evaluations are being discarded, causing the updated cache to also be discarded. This causes a cache miss each time the dependency getter …
-
I am using ng-redux with angular 1 application and my store does not use immutable.js at this moment. I am wondering how to make the store immutable and do affect the performance with toJS calls in th…
-
Follow-up of #1888:
Map includes OrderedMap because of the `sort` function. Same with Set and OrderedSet. This leads to a circular dependency, which makes tree-shaking ineffective