Skip to main content
Back to registry

framer-motion-best-practices

pproenca/dot-skills

Comprehensive performance optimization guide for Framer Motion animations in React applications. Contains 42 rules across 9 categories, prioritized by impact to guide automated refactoring and code generation.

Installs187
Install command
npx skills add https://github.com/pproenca/dot-skills --skill framer-motion-best-practices
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Comprehensive performance optimization guide for Framer Motion animations in React applications. Contains 42 rules across 9 categories, prioritized by impact to guide automated refactoring and code generation. Reference these guidelines when: Read individual reference files for detailed explanations and code examples: - Adding animations to React components with Framer Motion - Optimizing bundle size for animation-heavy applications - Preventing unnecessary re-renders during animations - Implementing layout transitions or shared element animations - Building scroll-linked or gesture-based interactions - bundle-lazy-motion - Use LazyMotion and m component instead of motion - bundle-dynamic-features - Dynamically import motion features - bundle-dom-animation - Use domAnimation for basic animations - bundle-use-animate-mini - Use mini useAnimate for simple cases - bundle-strict-mode - Enable strict mode to catch accidental imports - rerender-motion-value - Use useMotionValue instead of useState - rerender-use-transform - Derive values with useTransform - rerender-stable-callbacks - Keep animation callbacks stable - rerender-variants-object - Define variants outside component - rerender-animate-prop - Use stable animate values - rerender-motion-value-event - Use motion value events - anim-transform-properties - Animate transform properties - anim-opacity-filter - Prefer opacity...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does framer-motion-best-practices do?

Comprehensive performance optimization guide for Framer Motion animations in React applications. Contains 42 rules across 9 categories, prioritized by impact to guide automated refactoring and code generation.

Is framer-motion-best-practices good?

framer-motion-best-practices does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does framer-motion-best-practices work with?

framer-motion-best-practices currently lists compatibility with codex, gemini-cli, opencode, github-copilot, claude-code, antigravity.

What are alternatives to framer-motion-best-practices?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install framer-motion-best-practices?

npx skills add https://github.com/pproenca/dot-skills --skill framer-motion-best-practices

Related skills

More from pproenca/dot-skills

Related skills

Alternatives in Software Engineering