Anyone who has built a suitelet with a react app? Uploading the files and updating the path to my js and css files in build is quite messy. Any tip how to make that easier?
@Shawn Talbert Reasoning behind Angular would be appreciated
@Mike Robbins@Richard Tanner Tips made of gold, thank you both a ton!
s
Shawn Talbert
04/20/2023, 1:05 PM
We've used a few different frameworks for this and Angular seems best fit for our needs. It also defaults to building a solution that is only a few files, and by default your 'app' goes into only one file. So that makes it easy to update the NS file cabinet. Also being TS throughout, it is easy and natural to have strongly typed request/responses for our API backend