Releases: mgomez-dev-code/react-render-memo-demo
Releases · mgomez-dev-code/react-render-memo-demo
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 Demo
v1.0.0 — Initial Demo
- Educational React demo focused on render behavior
- Demonstrates
React.memoanduseCallback - Shows how to detect unnecessary re-renders using console logs
- Intentionally minimal, concept-driven proof of concept