You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perf: Optimize add_react_on_rails_package to eliminate redundant array conversions
Address Justin's minor optimization suggestion:
- Use add_js_dependencies_batch instead of add_js_dependency for single package
- Work with arrays consistently throughout the method flow
- Eliminates unnecessary string→array→string conversions
- Maintains identical functionality with improved efficiency
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments