Skip to content

Commit 17be85a

Browse files
docs: add Vercel deployment badge and pipeline notes
1 parent 40f86c6 commit 17be85a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
![React](https://img.shields.io/badge/React-18-61DAFB)
55
![TypeScript](https://img.shields.io/badge/TypeScript-5-3178C6)
66
![Vite](https://img.shields.io/badge/Vite-7-646CFF)
7+
![Vercel Deploy](https://deploy-badge.vercel.app/vercel/react-render-memo-demo)
78
![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)
89

910
A minimal **React render behavior demo** focused on understanding **re-renders**, **memoization with `React.memo`**, and **stable callbacks with `useCallback`**.
@@ -18,6 +19,16 @@ This project is intentionally simple and **educational**, designed to clearly sh
1819

1920
---
2021

22+
## Deployment
23+
24+
This project is automatically deployed using Vercel with GitHub integration.
25+
26+
- Every push to `main` triggers a production deployment
27+
- Pull requests generate preview deployments
28+
- Build, optimization, and hosting are handled by Vercel
29+
30+
---
31+
2132
## What this demo shows
2233

2334
This app renders:

0 commit comments

Comments
 (0)