Data Binding in Lightning Web Component
Data binding is the synchronization of data between business logic and view of the application. There are two types of data-binding
One-Way Data Binding
Two-Way Data Binding
What is One-Way Data Binding?
One-way data binding is a situation where ...
piyushgupta.hashnode.dev4 min read