-
**Do you use Rematch in production or for hobby project?** Please let us know so we can add you to the new section of the new incoming website... Rematch Showroom!
Please provide:
- Your company n…
-
### global typo
类型问题我一直没有办法解决的是。
1. 在 effects 得到 rootstate 类型
2. 在 effects 得到 rootdispatch 的类型
问题在于循环引用。破坏了类型推断。当我通过创建`interal`文件解决这个问题的时候,发现:
```ts
import {
init,
RematchRootState…
-
If I have multiple containers and I need to reset the state to initialState of each one upon let say when a user logs out. What is the best way of doing this? Not having each container's Provider on t…
-
本节课的主要内容是*React 基础、原理*和*React 数据流*两部分
## React or Vue
这一部分不用全部看完,挑自己感兴趣的。
1. [JavaScript Frameworks by the Numbers — Winter 2018](https://javascriptreport.com/javascript-frameworks-by-the-number…
-
React 16.7.0 is out now.
-
状态管理十全大补
===
资料来源
[【第1525期】Vuex、Flux、Redux、Redux-saga、Dva、MobX](https://mp.weixin.qq.com/s/T3UeN2-RjSNP0mGjJr0PDw)
思路:把组件之间需要共享的状态抽取出来,遵循特定的约定,统一来管理,让状态的变化可以预测。
Store模式
---
- store 的 …
-
# 理念对比
## redux
函数式, 更容易扩展, 更容易控制, 单向数据流
```
(state+action)=>newState
(view+state) => newView
```
## mobx
响应式, 强调数据驱动, 黑箱, 魔法, 提倡单向数据流
## 结论
五五开.
-
Error:mainApplication.java import com.dooboolab.audiorecorderplayer.RNAudioRecorderPlayerPackage; && packages.add(new RNAudioRecorderPlayerPackage()); throw Errror
if don not add code. the app ca…
-
开源,但是没精力推广。主要是一没有大厂光环,二没有写软文实力,三下班回家要带娃。对于foca这个框架,不管是写法还是TS类型提示,都能让一个程序员的**心智负担**降到极低的程度,需要掌握的api极少,总之就是毫无节操地提升开发效率。这也许不是最好的状态管理库,但已经尽我所能了。
如果你用foca时没有`爽到起飞`的感觉,那就是我的失职!这时强烈推荐你选择其他更香的状态库:
[mobx](…
-
There's a bunch of Redux abstraction layers out there. Most of them take Redux in directions I'm not comfortable endorsing officially, but some of them might have some useful ideas we can swipe.
No…