Skip to content

Commit

Permalink
Update reactivity-in-depth.md (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamid-Hey authored Sep 24, 2024
1 parent 611641e commit c47a1bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guide/extras/reactivity-in-depth.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ outline: deep
import SpreadSheet from './demos/SpreadSheet.vue'
</script>

# واکنش‌پذیری به تفضیل | Reactivity in Depth {#reactivity-in-depth}
# واکنش‌پذیری به تفصیل | Reactivity in Depth {#reactivity-in-depth}

یکی از ویژگی‌های بارز Vue سیستم واکنش‌پذیری نامحسوس آن است. state کامپوننت‌ها از شی‌های جاوااسکریپت واکنش‌پذیر (reactive) تشکیل شده است. وقتی شما آن‌ها را تغییر می‌دهید، view به‌روزرسانی می‌شود. این امر مدیریت state را ساده و شهودی می‌کند، اما درک نحوه کار آن برای اجتناب از برخی مشکلات رایج نیز مهم است. در این بخش قصد داریم به برخی از جزئیات سطح پایین‌تر سیستم واکنش‌پذیری Vue بپردازیم.

Expand Down

0 comments on commit c47a1bc

Please sign in to comment.