Nagendra Singhconnectsalesforce.hashnode.dev·Jul 16, 2024Integrate Pub/Sub and Message Events in LWC from Omniscript for Toast NotificationsIntro Have you ever needed to show a toast message after an Omniscript action / step is completed? Or wanted to perform some action once an Omniscript is done? Well, today is your lucky day! We're diving into the awesome capabilities Omniscript offer...502 readsomnistudio
Adeesh Sharmaadeesh.hashnode.dev·Feb 12, 2024Micro Frontends Demystified: Start Building Modular Web Apps with iFrames and PostMessageIn this blog, we will understand what micro-frontends are—an architectural style that's revolutionizing how we build and scale complex web applications. We will delve into the core concepts of micro-frontends, focusing on the integration of independe...11 likes·2.8K readsMicrofrontend
Saurabh Chirdesaurabhchirde.hashnode.dev·Aug 19, 2023Mastering the Art of Communicating between Window postMessage and iframe in JavaScript: A Beginner's GuideWindow postMessage and iframe in JavaScript 1. Introduction When it comes to web development, JavaScript is an essential programming language that allows for dynamic and interactive websites. One particular aspect of JavaScript that developers need t...509 readsJavaScript