Would you recommend these samples #369
Replies: 3 comments 5 replies
-
I'm learning and trying to develop a simple Outlook add-in. Without these samples, trying to do so would be absolutely impossible. So, first and foremost: Thank you! Now the "but"! (You knew it was coming.) They could still be better and make things easier. My particular case is an example. I want to make my add-in secure and modern. SSO seems the obvious choice. I also want it to be modular and scalable. Separate projects for the frontend and backend seems the obvious choice. But all the templates for SSO combine the frontend and the "middle-tier" (my backend) into one project. Now I'm confused. Should I use monolithic architecture or separate the different components? And if it's the latter, separating out the middle-tier components becomes extremely challenging. |
Beta Was this translation helpful? Give feedback.
-
Mostly yes! However I wish there were more examples. I'm uncomfortable with my implementation of the reactor-router-dom. I got it working, but examples were few and far between. I'm a junior dev, but I do a lot of PoCs. It's been a great learning experience, but sometimes I could use a bit more out-of-the-box samples. |
Beta Was this translation helpful? Give feedback.
-
Hey Davidchesnut |
Beta Was this translation helpful? Give feedback.
-
Let us know what you think about the samples in this repo. Would you recommend them? If you have any specific feedback or suggestions, please open a discussion here and let us know more.
4 votes ·
Beta Was this translation helpful? Give feedback.
All reactions