When developing a SPA, that is supposed to run ins...
# suitescript
w
When developing a SPA, that is supposed to run inside of Netsuite, do you go for a Suitelet or a RESTlet as a backend? And why?
s
This seems an interesting topic, I actually attempted to implement an SPA using react using Suitelet(with Server and Client combined) but I had some trouble combining the client script api with react because of the structure so I stayed in just function based js.