reactive

reactive allows us to create reactive data structures. Reactive objects are JavaScript Proxies and behave just like normal objects. The difference is that Vue is able to track the property access and mutations of a reactive object.

Visit the following resources to learn more: