Forum Discussion
Raghavendra_Reddy1860
Jul 16, 2024Copper Contributor
When Navigating Away and Returning to My Teams Static Tab Extension, It Reloads—How to stop reload?
I have developed a static tab extension for Microsoft Teams using ReactJS. The tab functions as expected; however, when I navigate to other Teams features such as Chat or Calendar and then return to ...
Nivedipa-MSFT
Microsoft
Jul 16, 2024Raghavendra_Reddy1860 - Thanks for reporting your issue,
You can achieve similar behavior in a couple of ways:
- Leverage service workers and follow other best practices to make the app load as fast as possible:
https://auth0.com/blog/12-steps-to-a-faster-web-app/ - Leverage offline storage like IndexedDB or LocalStorage to persist state even if the apps get torn down.
Thanks,
Nivedipa
*************************************************************************
If the response is helpful, please click "**Accept Answer**" and upvote it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.