Relative Content

Tag Archive for local-storagehttp-cachingwordpress-plugin-creationnative-web-componentstencil-component

Enforce clear cache and local storage ONCE for WordPress plugin with web components

I developed a WordPress plugin that renders React-driven web components in WordPress Shortcodes. These web components heavily use local storage to ‘remember’ the last state of the Shortcode as the user visited it.
I have made some changes in my plugin that will break when users will access the WordPress pages with their current local storage.

Enforce clear cache and local storage for WordPress plugin

I developed a WordPress plugin that renders React-driven web components in WordPress Shortcodes. These web components heavily use local storage to ‘remember’ the last state of the Shortcode as the user visited it.
I have made some changes in my plugin that will break when users will access the WordPress pages with their current local storage.