Skip to content

Releases: mgomez-dev-code/react-render-memo-demo

v1.0.1 – Documentation & Deployment Visibility Improvements

07 Feb 01:58

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 Demo

02 Feb 20:58

Choose a tag to compare

v1.0.0 — Initial Demo

  • Educational React demo focused on render behavior
  • Demonstrates React.memo and useCallback
  • Shows how to detect unnecessary re-renders using console logs
  • Intentionally minimal, concept-driven proof of concept