holajiawei / notes

simple notes repo
2 stars 0 forks source link

redux-actions #2

Open holajiawei opened 6 years ago

holajiawei commented 6 years ago

redux-actions 的关键API handleAction在处理action时,第一个参数必须传入action的type,这对于分离的action和reducer实现来说非常不合适,因为难以获取action实现的type的字符串,虽然可以用handleActions来wrapper,但还是不太方便。