
讓sessionStorge結合useSyncExternalStore,一更新其他components都知道
前一陣子遇到一個問題,一直在嘗試如何讓sessionStorage / localStorage / cookie有變動時,react遙遠的其他元件也可以知道其變化。 於是乎就找到了一個codeSan…
前一陣子遇到一個問題,一直在嘗試如何讓sessionStorage / localStorage / cookie有變動時,react遙遠的其他元件也可以知道其變化。 於是乎就找到了一個codeSan…
It is an interesting hook called useSyncExternalStore came from React 18. After I went through the d…
I used to implement I18n with next-i18next in Next.js. However, after upgrading Next.js 13, there is…
Today, We're going to introduce the way to use a great and useful React hook - useImperativeHandle. …