主要记录了我工作一年来遇到的一些困难以及解决方法。
Vue
滚动穿透
@touchmove.stop
React
-
react-router-dom 中的 switch:https://segmentfault.com/a/1190000022444683
-
localstorage 和 sessionstorage 生命周期
-
在 useEffect 中使用一步函数
useEffect(() => {
(async () => {
await xxx;
})();
}, []);