mrzzcn / mrzzcn.github.io

Jack's Blog
http://mrzzcn.github.io
1 stars 0 forks source link

| 随笔 #15

Open mrzzcn opened 5 years ago

mrzzcn commented 5 years ago

https://mrzzcn.github.io/2019/07/20/react-redux-1-connect/

0 缘起之前有次面试被问起 connect 方法是如何把 store 的 state 传递到 Component 的,当时没有回答到点子上,拖到现在终于强迫自己坐下来搞清楚这个事情。 1 API先看看官方文档关于 connect() 方法的说明:Connect · React Redux | 中文版 大概翻译一下:connect() 方法把一个 React 组件绑定到 Redux store 上。

mrzzcn commented 5 years ago

Hello, Test Comment