Commit Graph

1 Commits

Author SHA1 Message Date
cawcenter
a46b481c52 docs: Revised package strategy - Keep dev tools & queues
User Feedback: Dev tools valuable for troubleshooting, queues essential for scale

KEEP ALL 78 PACKAGES (Remove only 2):

Dev Tools (KEEP):
 @tanstack/react-query-devtools - Debug API calls in real-time
 rollup-plugin-visualizer - Analyze bundle sizes
 vite-plugin-inspect - Debug Vite transformations

Queue System (KEEP):
 ioredis + bullmq - Essential for 1M+ pages
 @bull-board/* - Visual queue dashboard
 Process 7,200 articles/hour
 Auto-retry failures
 Monitor progress

Benefits:
- Better debugging for admins
- Handle millions of pages
- Background processing
- Progress tracking
- Error monitoring

Only Remove (2):
 react-flow-renderer (deprecated, have reactflow v11)
 phin (deprecated HTTP client)

Implementation guide included with code examples.
2025-12-13 19:28:57 -05:00