Magento 2 Knockout Library & Invalidate Private Data
This tutorial will hopefully help you better understand how to invalidate certain private data when a user performs a certain request. This is done by using the Knockout syntax. First, let’s create a file called reload.js and place it in your web/js/ folder. Next, let’s create a file called PersonalData.php and place it in the root of…