Have any one tried applying Offline mode on Reactive Web Application. I saw an article online "The Basics to Making your Web Application Work Offline"
(https://www.section.io/engineering-education/basics-to-making-your-web-application-work-offline/)
I wonder if this could actually work on Outsystems Reactive Web. I'm open to opinion as well, TIA!
Hello Jan,
OutSystems provides the necessary capabilities to implement use cases that require having offline access to some or even all of the functionality in your apps. Offline capabilities are available for apps running on mobile devices and on the browser (if you use PWAs - Progressive Web Apps).
You can read more about offline capabilities using OutSystems and Progressive web apps on the following links:
Best regards,
Ana
I did some research into this topic not so long ago and found the following page to be very helpful: https://www.xenonstack.com/insights/local-vs-session-storage-vs-cookie
If you want to explore the "local storage" and/or "session storage", then the following forge component should provide everything you need:
https://www.outsystems.com/forge/component-overview/6978/local-storage-reactive
If you want to stay closer to what OutSystems does for a PWA, but want to apply that to a reactive web app, have a look at the following forge component: (it is more low level and requires a lot more coding)
https://www.outsystems.com/forge/component-overview/11003/web-api-indexeddb