Commit Graph
3 Commits
Author SHA1 Message Date
mstfyldz 99951328ed fix(lint): resolve eslint warnings, type errors and clean unused code 2026-08-23 01:51:51 +03:00
mstfyldz acf01c81fa perf: optimize framer-motion bundle size and memoize dictionary fetching
- Wrap getDictionary with React cache to prevent redundant JSON parsing on the server
- Create MotionProvider to globally initialize framer-motion LazyMotion with domAnimation
- Replace standard 'motion' imports with 'm' across all animated client components (HomeClient, Navbar, GaleriClient, SSSClient, card, text-reveal) to drastically reduce First Load JS size
2026-06-04 12:50:23 +03:00
mstfyldz 716bad9d7c first commit 2026-06-03 16:13:15 +03:00