JavaScript Mixins in Magento 2

Today we will share a custom feature we can implement for a configurable product. In this tutorial, we’re going to create Magento 2 extension. This extension will be responsible for hiding some information in dropbox. What is it exactly, and why is it essential? Learn in the video. 

A mixin is a class whose methods are added to, or mixed in, with another class. Rather than inheriting, the base class includes the plans from a mixin and thus allows to add to or augment the behavior of the base class by adding various mixins to it.

To use Javascript mixins in Magento 2 means to use them to overwrite component methods in Magento 2! We will show the use of Javascript mixins in Magento 2 with the example in the video. 

https://youtu.be/uUNk7PdTAlA