उस diff को समझाएं जिसने home page example items को client-side model reads से server-derived props पर ले जाया।
बदलाव सारांश: home page अब server पर अपना featured example derive करता है और उसे client blocks में pass करता है। व्यवहार प्रभाव: Hero, Features और Gallery को वही reviewed example मिलता है, बिना client components के server-only modules import किए। यह तरीका क्यों: यह static rendering को सुरक्षित रखता है और ownership boundaries साफ रखता है। सत्यापन: typecheck को prop contracts confirm करने चाहिए। शेष जोखिम: mobile पर example rail ठीक दिखता है या नहीं, यह confirm करने के लिए page sampling अभी भी चाहिए।
चैट प्रॉम्प्ट
सुझाया गया मॉडल: GPT-5.1 Codex
Codex डिफ व्याख्या चैट
कोड diff को व्यवहार, बदली गई फाइलों, सत्यापन और शेष जोखिम के संदर्भ में समझाएं।