There's some cleanup and performance work I want to tackle, and outside perspective would help me prioritize.
What I know about:
- Dev mode — Turbopack rebuild times and HMR could be faster, especially with many files open
- DRY opportunities — some patterns are repeated where they could be shared (component props, API response handling, etc.)
- Client-side performance — large boards with many tickets could be snappier. Virtualization? Memoization?
- Bundle size — haven't audited this recently, probably some low-hanging fruit
- Test coverage — currently spotty in places. If you enjoy writing tests, there's plenty to do
If you've poked around the codebase and noticed something that could be simpler or faster, I want to hear about it. Specific is better than general — "this component re-renders too much" beats "make it faster."
There's some cleanup and performance work I want to tackle, and outside perspective would help me prioritize.
What I know about:
If you've poked around the codebase and noticed something that could be simpler or faster, I want to hear about it. Specific is better than general — "this component re-renders too much" beats "make it faster."