Custom heading ids for translationHave you ever read translated documents for OSS libraries? If so, did the links with hash fragment (#id) work as expected? That’s the topic…May 2, 2023May 2, 2023
Organize SWR Cache with TagThis post explains a pattern using tags with SWR. It’s a technique to manage the SWR cache well organized.Apr 16, 20231Apr 16, 20231
Introduce SWR v2 and SWRDevToolsSWR v2 has been released in Dec 2022, which includes many features and improvements like the following.Dec 23, 20221Dec 23, 20221
Revalidating options of SWRSWR is a React Hooks for data fetching. It manages cached data and revalidates the cache automatically. This is great, but I see developers…Feb 13, 2022Feb 13, 2022
Debug values using getters or ProxyGetters and Proxy are useful features in JavaScript when you want to track accessing the values. For example, you can only rerender…Dec 7, 2021Dec 7, 2021
Is storing Non-Serializable Values into a Redux store a bad idea?Redux has the following recommendation as Essentials.Jul 17, 20211Jul 17, 20211
Looking back 20202020 was the special year for everyone. I have worked from home since February and have changed so many things, which are almost…Jan 1, 2021Jan 1, 2021
My second term in UoPeopleMy second term in UoPeople was so hard and frustrating because I’ve taken two courses. In UoPeople, A student is expected to study 15–17…Aug 18, 20201Aug 18, 20201
Studying at UoPeopleI’ve been studying at University of the People(UoPeople) from Japan since April 2020.Jun 14, 20202Jun 14, 20202
Validate to work your application on IE11 using webpack pluginI guess most developers don’t use IE11 as their developer environment. But we often have to support IE11 as an environment for our…May 18, 2020May 18, 2020