You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
18
19
19
20
---
20
21
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
0 commit comments