Navigating inside a React Outlook Addin

Isora Dolage 16 Reputation points
2022-05-24T10:36:04.467+00:00

Hi,
I'm trying to create a Fluent-React outlook add-in that loads in outlook.com and outlook desktop app and I used the template from the Yeoman Generator. To navigate inside the add-in I tried using the react-router-dom but it keeps giving me errors when I try to load the add-in outlook desktop app.

Image

Can you please let me know the standard way/ library that I should use to navigate inside an Outlook add-in that loads in outlook desktop app?

It'll be really helpful if you can provide me some links to videos/documents/sample templates explaining how I should code it.

Thanks in advance!

Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,532 questions
Outlook Management
Outlook Management
Outlook: A family of Microsoft email and calendar products.Management: The act or process of organizing, handling, directing or controlling something.
4,912 questions
0 comments No comments
{count} vote

1 answer

Sort by: Most helpful
  1. Markdon 21 Reputation points
    2022-05-25T00:10:00.14+00:00

    Check out this issue on the OfficeJS GitHub repo. It gives some explanation and ways to get around it. https://github.com/OfficeDev/office-js/issues/429