I'd prefer to use some wildly popular open source ...
# suitescript
s
I'd prefer to use some wildly popular open source lib/framework to create this sort of thing rather than something proprietary
👍 1
a
You will be able to do that too 😎
👍 1
😎 3
s
that would be far more attractive. To be honest, I very rarely use the 'native' Suitelet constructs for building custom NS UI as it's too primitive/restrictive.
👍 4
for me, the primary use case for a "Suitelet" has been to act as a lightweight JSON backend for a SPA (hosted in the file cabinet)
a
Did you join the SW session?
The components I'm using in this demo are all new SPA components (client-side rendering)
m
I create a tutorial to host react applications in netsuite. I use a suitelet to serve the SPA. Iv been using this for over year. The concept is the same for all SPAs
This shows you how to develop locally too
b
Whoa
That's really interesting
a
Nice approach @mayerlench! The idea behind the new SuiteScript UI is to allow you to do the same with proper support (no more Forms and inlinehtml, native ability to load CSS, pass initialization params from server side, etc)
Since you have experience with this, I would recommend to join the webinar so you can also give us feedback on what you'll see