Merged
Conversation
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.