Glenn8119 / Glenn8119.github.io

hexo blog
0 stars 0 forks source link

redux-source-code/20230329/3886145268/ #2

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

理解 Redux 原始碼(番外篇)- 用 useSyncExternalStore hook 讓一個陽春版的 redux store 與元件同步 | Glenn 的網頁開發望遠鏡

  在讀完 Redux 後就很好奇 React-Redux 是如何搭配 Redux 觸發元件在呼叫 dispatch 後達到重新渲染的,去了解後發現目前版本是用一個 useSyncExternalStore hook 來實現,也就是本篇的主角,於是就突發奇想想用之前所學去寫一個非常陽春的 Redux store (當然要直接抓 Redux 下來用也OK,自

https://glenote.com/redux-source-code/20230329/3886145268/

Rock070 commented 1 year ago

好讚

Glenn8119 commented 1 year ago

有興趣也可以玩玩看 嘿嘿