Skip to content

Dlb/refactor#1

Merged
dbudworth merged 2 commits intomainfrom
dlb/refactor
Sep 10, 2025
Merged

Dlb/refactor#1
dbudworth merged 2 commits intomainfrom
dlb/refactor

Conversation

@dbudworth
Copy link
Copy Markdown
Contributor

No description provided.

dbudworth and others added 2 commits September 9, 2025 23:03
Added Vite bundler and refactored BaseGame for better modularity

Key improvements:
- Integrated Vite bundler for 52% bundle size reduction
- Added code splitting and lazy loading for games
- Refactored 423-line BaseGame into composable utilities
- Created modular game managers (State, Results, UI)
- Validated hash routing approach for GitHub Pages

Performance gains:
- Bundle size reduced from ~150KB to ~72KB compressed
- Games now lazy-load on demand
- Optimized builds with minification and tree-shaking

Architecture improvements:
- BaseGame reduced to 265 lines (37% reduction)
- Separated concerns into focused utilities
- Better testability with isolated components
- Easier to extend with composition pattern

Documentation:
- Added VITE_MIGRATION.md for bundler setup
- Added BASEGAME_REFACTORING.md for architecture changes
- Added ROUTER_DECISION.md explaining routing strategy

The app maintains full backward compatibility while providing
a more maintainable and performant foundation for future development.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
- Compiled TypeScript to JavaScript
- Built production assets with Vite
- Dist folder ready for GitHub Pages serving
@dbudworth dbudworth merged commit 95610f2 into main Sep 10, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant