Elizabeth Parnell’s Post

I like building in Next.js because it lets me get moving fast without feeling like I’m fighting my tooling the whole time. Lately I’ve been doing a lot of work in a TypeScript + Next.js setup, and one of the things I really like about it is how quickly I can go from idea to implementation. - Server components are great. - Server-side functions are great. - TypeScript keeps me honest. And overall it just makes building feel fast and clean. One thing I’ve also really been enjoying is setting up GitHub Copilot to work more like an actual part of my workflow instead of just a fancy autocomplete. I use: - instruction files - skills - agents - prompt files That setup has been super helpful for keeping my code more consistent. A lot of times I’ll build a section first, then use Copilot to come through behind me and help review the work, write tests, and document what I just built. What makes it especially useful is having reusable prompts already set up, because then I’m not starting from scratch every time I want help reviewing code quality or checking consistency. Honestly, that has been one of my favorite parts of my workflow lately: moving fast, but still giving myself structure. I like tools that help me build quicker, but I really like tools that help me stay organized while I’m doing it. Also, tiny nerd moment: I think it’s super nifty that Next.js includes docs in node_modules and provides an AGENTS.md file for agent workflows. Stuff like that makes the ecosystem feel very builder-friendly. #nextjs #typescript #githubcopilot #softwareengineering #webdevelopment #fullstackdeveloper #devworkflow

To view or add a comment, sign in

Explore content categories