Magento 2 Knockout Library & Invalidate Private Data
This tutorial will hopefully help you to better understand how make certain private data invalidate 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…