Managing Data Refresh in Ionic: Why ionViewWillEnter Outperforms ngOnInit
Learn why ngOnInit is insufficient for data refreshing in Ionic apps and how to use ionViewWillEnter to prevent stale data when navigating back through the page stack.
ReadMeFeed / Community knowledge
Real questions. Useful conversations. Find the people who know your stack.
Learn why ngOnInit is insufficient for data refreshing in Ionic apps and how to use ionViewWillEnter to prevent stale data when navigating back through the page stack.