Next.js App Router Component Helper - VS Code ExtensionKnowing whether a component runs on the server or the client can get very confusing as your Next.js project grows. This VS Code extension is designed to help developers working on Next.js projects identify whether a component is a server component or a client component inside the App router. All components are considered server components by default unless they contain the 'use client'; directive at the top of the file or are imported into another client component. This extension ignores files inside the pages folder. Usage
Limitations
ContributingPull requests are welcome and encouraged! Thanks for checking out this project! 🎉 License |