React Compiler 可以在编译期对组件进行优化,从而无需手动使用 useMemo、useCallback 和 memo。你可以在 ReactLynx 中使用 React Compiler 来对你的应用性能进行优化。
useMemo
useCallback
memo