Chenjiayuan195 / Summary-of-front-end-knowledge-points

1 stars 0 forks source link

React:react-router的原理 #7

Open Chenjiayuan195 opened 4 years ago

Chenjiayuan195 commented 4 years ago

顶层Router订阅history,history变化时,Router调用setState将location向下传递,并设置到RouterContext。Route组件匹配context中的location决定是否显示

demo api层面 demo