Next.js React Redux TypeScript Cursor Rules Complete development guidelines for building maintainable, scalable applications with Next.js, React, Redux Toolkit, and TypeScript. Development Philosophy - Produce maintainable, scalable code following SOLID principles - Favor functional and declarative approaches over imperative styles - Prioritize type safety and static analysis - Embrace component-driven architecture Code Style Standards - Indentation : Use tabs - Strings : Use single quotes (unless escaping needed) - Semicolons : Omit unless disambiguation required - Operators : Space around i…