Skip to content

Releases: mgomez-dev-code/react-expensive-calculation-memo

v1.0.2 - Patch

07 Feb 01:50

Choose a tag to compare

  • Fix typo in README: "Deploymnet" corrected to "Deployment"

v1.0.1 – Documentation & Deployment Visibility Improvements

07 Feb 01:38

Choose a tag to compare

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

03 Feb 16:30

Choose a tag to compare

  • Initial educational demo illustrating expensive computations in React and how useMemo prevents unnecessary recalculation when unrelated state changes.