发表于September 27, 2024Burying Point designnotereactthat automatically reports pageviews click times.This custom hook will allow us to control which DOM elements we listen to and which dependencies
发表于September 26, 2024Redux for components cache and reusereactreduxIn project development, in order to avoid memory leaks, it is usually necessary to destroy the map instance when the component is unloaded. However, ...
发表于September 8, 2024ERP/业务财务一体化/进销存物流管理SAASengineeringERP系统(基建,重构,部署)旧系统架构复杂,技术栈老旧,数据流复杂、并发高,跨部门协作与系统集成,容器化部署容灾集成挑战。
发表于July 31, 2024React 源码阅读(v18.2.0)react也是一个 React 使用了 4 年的选手了,想当出自己咬牙啃 React 源码一知半解,后来看了很多大佬的文章颇有收获,忙里偷闲,温故而知新一下下,let's go🧨
发表于July 30, 2024React Source Code Debugging TechniquesreactvitePossibly the simplest and most elegant Vite-based React source code debugging technique. Want to check out this step-by-step tutorial? 👻
发表于July 26, 2024自用 TS 手册typescriptjavascript说来惭愧,写了 3 年的 ts,尽管不是 anyscript 风格,但是跟源码中的一些类型体操比起来,略显稚嫩,而且现在越来越觉得**代码设计优先**,代码编写就是个体力活罢了。 so~,回炉重造!
发表于May 17, 2023MySQL 学习笔记notemysql以前学 Java 的时候对 sql 略有了解, 前端也有一些框架如next.js、nest.js、koa.js等都可以与数据库打交道, 鉴于现在前端有全栈的趋势, 一个合格的前端不能再只局限于写写页面了, 所以再次温习一下吧.