Releases: mgomez-dev-code/react-expensive-calculation-memo
Releases · mgomez-dev-code/react-expensive-calculation-memo
v1.0.2 - Patch
- Fix typo in README: "Deploymnet" corrected to "Deployment"
v1.0.1 – Documentation & Deployment Visibility Improvements
This patch release improves project documentation and deployment visibility.
Changes:
- Added Vercel deployment badge to the README
- Documented automatic deployment flow via GitHub integration
- Clarified production and preview deployment behavior
No code changes. Documentation-only update.
v1.0.0 — Initial educational demo
- Initial educational demo illustrating expensive computations in React and how useMemo prevents unnecessary recalculation when unrelated state changes.