From ab3e7c11d518203bb6c2478fab6d72b62101ce7d Mon Sep 17 00:00:00 2001 From: Grace Date: Sun, 26 Jun 2022 16:40:58 +0800 Subject: [PATCH] Update README.md --- README.md | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index f6cad44..2608b1d 100644 --- a/README.md +++ b/README.md @@ -37,15 +37,18 @@ Code quality 6. lodash.debounce 6.1 npm web search lodash.debounce 可以看到 jdalton published -7. infinite scrolling : new IntersectionObserver - 7.1 使用 callback ref 取得 DOM [How can I measure a DOM node?](https://reactjs.org/docs/hooks-faq.html#how-can-i-measure-a-dom-node) - 7.2 io.observe(element); - 7.3 io.unobserve(element); - 7.4 io.disconnect(); - -8. useReducer - 8.1 context multiple reducers 是符合 context 的設計嗎? - 8.2 WHY no combineReducers - 8.3 以 redux 的架構,combineReducer 是官方提供的 method,但 combine multiple reducers in React Hooks 合適嗎 +7. react-portal + [trendmicro-frontend/react-portal](https://github.com/trendmicro-frontend/react-portal) + +8. infinite scrolling : new IntersectionObserver + 8.1 使用 callback ref 取得 DOM [How can I measure a DOM node?](https://reactjs.org/docs/hooks-faq.html#how-can-i-measure-a-dom-node) + 8.2 io.observe(element); + 8.3 io.unobserve(element); + 8.4 io.disconnect(); + +9. useReducer + 9.1 context multiple reducers 是符合 context 的設計嗎? + 9.2 WHY no combineReducers + 9.3 以 redux 的架構,combineReducer 是官方提供的 method,但 combine multiple reducers in React Hooks 合適嗎