Sumedh ChakravortyAdding animation while navigating in Visual BuilderYou can add animation to you pages while navigating similar to this JET Cookbook example. Here’s how it can be done.Nov 10, 2020Nov 10, 2020
Sumedh ChakravortyAdd Product Tours (3rd party) in your Visual AppsProduct tours are easy ways to introduce new features and/or guide a user through a self-service app. Here’s how you can create a product…Jul 8, 2020Jul 8, 2020
Sumedh ChakravortyPrompt user before exiting site in Visual BuilderIf you want your user to not leave the site due to a process running or unsaved changes, you can use the window.onbeforeunload event…Jul 1, 2020Jul 1, 2020
Sumedh ChakravortyHow to insert html securely in your visual appIn this tutorial we’ll see the recommended way to insert html string in visual applications. We do not recommend inserting html using…May 21, 2020May 21, 2020
Sumedh ChakravortyHow to deploy Visual Builder web app on HerokuVisual Builder (VBCS/VB Runtime) comes with hosting where you can deploy (stage/publish) web apps through single clicks. If you prefer, you…May 4, 2020May 4, 2020
Sumedh ChakravortyTips to improve Visual Builder web app performanceA curated list of techniques that can be applied to improve your visual app performanceApr 26, 2020Apr 26, 2020
Sumedh ChakravortyHow to create excel in VBCSIn this tutorial i will demonstrate how to use xlsx library in visual builder to download data as excel. The use of this library is…Apr 26, 20202Apr 26, 20202
Sumedh ChakravortyHow to import external libraries in Visual BuilderIn this tutorial i will explain how you can use an AMD based library in Visual Builder. If the library does not supports AMD style import…Apr 26, 20201Apr 26, 20201
Sumedh ChakravortyCreate a countdown timer in React ⏱We will be using functional component + hook for building this component. setInterval will be used for core timer.Apr 26, 2020Apr 26, 2020
Sumedh ChakravortyReact load more on scrollLoad data progressively as user scrolls down with minimal coding. Skip to the The Front End section if you already have a backend…Feb 6, 2020Feb 6, 2020