I am trying to pass data between pages in the checkout process of an app but it\'s not working the way it should. I have done some reading and most people recommend using a
You can use Session/LocalStorage. Or a browser db like pounchdb.
Seesion storage: store session data;
LocalStorage: store data not just session scope
pounchdb : offline db