随笔分类 - react
redux理解
摘要:1.reducers是通过store和dispatch方法关联起来的,调用dispatch方法实际上会调用reducers方法,且传入的参数是action(包括actionType标识和参数) 2.如果多个reducers 通过 combineReducers 后,还是通过同一个store和disp
阅读全文
reudx的大概原理
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>redux原理</
阅读全文
浙公网安备 33010602011771号