1. How does React decide to re-render a component? In react, a re-render can only be triggered if a component’s state has changed. The state can change from a props change, or from a direct setState change. The component gets the updated state and react decides if it should re-render…
The purpose of the document is to provide the steps to invoke OTBI report through Oracle Integration Cloud Service (ICS/OIC) and convert the response into XML format. High-Level Installation Steps: Create a sample OTBI report in the ERP Cloud Invoke OTBI report through Oracle Integration Cloud Service (ICS/OIC) Download the…
In this article we will discuss why we need desktop PWA, does it really make sense to create one for your Application, and how much effort is required for it. First thing first, What is PWA? We will not discuss it in depth here, if you are not aware of…