mamtabankoti4-design wrote a reply+100 XP
17h ago
What agent skills do you use for Laravel inertia react typescript?
For Laravel + Inertia + React + TypeScript projects, I usually keep things clean by using small reusable components, strict typing, thin controllers, and moving logic into services/actions.
Building features step by step instead of all at once also helps a lot. Tools like Laravel Pint, PHPStan, ESLint, and Prettier help reduce cleanup and keep the codebase consistent.