SurfSense/surfsense_web/components/editor
sukarxn af5977691b perf: optimize ui components with react hooks memoization
- toggle-group.tsx: Wrap contextValue in useMemo to prevent unnecessary re-renders
- animated-tabs.tsx: Hoist constants and memoize handlers with useCallback/useMemo
- LocaleContext.tsx: Wrap setLocale in useCallback and contextValue in useMemo
- plate-editor.tsx: Memoize SaveShortcutPlugin and contextProviderValue, use useRef for stable references
2026-04-03 23:23:54 +05:30
..
plugins chore: linting 2026-02-20 22:44:56 -08:00
utils chore: ran linting 2026-02-17 12:47:39 +05:30
editor-save-context.tsx chore: ran linting 2026-02-17 12:47:39 +05:30
plate-editor.tsx perf: optimize ui components with react hooks memoization 2026-04-03 23:23:54 +05:30
presets.ts feat: introduce plugin presets for PlateEditor, allowing flexible configuration of editor features 2026-02-18 03:49:28 +05:30
transforms.ts chore: linting 2026-02-20 22:44:56 -08:00