Been analyzing my development workflow and noticed that certain tasks eat up disproportionate time:<p>- Context switching between IDE/browser/DevTools
- Debugging environment inconsistencies
- Reformatting code to match project conventions<p>Curious what repetitive tasks other developers face that shouldn't be so time-consuming in 2024.<p>Especially interested in hearing from React/Next.js developers.
For me it's the constant scaffolding of basic things, like setting up a parallelized rate limited fetch and merge across several paginated endpoints. Or setting up a basic Next plus MUI instance.<p>I'm sure I could make a template or lib for it, I just haven't. ChatGPT gets me 80% of the way there every time but the last 20% is always a bit annoying.<p>Wish there was an easier way to templatize a project for easy reuse, but with constant auto updating of the basic packages. Like a mini/meta Next/Vite of my own.