Anyone else on the SPAs Webinar?
# suitescript
d
Anyone else on the SPAs Webinar?
t
that sounds interesting. can you post a link if it is recorded?
šŸ™ 1
w
Same here! Haven't heard anything about it. Is it only for SDN members?
m
I'd love to hear more about this
w
• Limited to SDN partners for now and only for SuiteApps • tsx/jsx. Not Oracle JET then? • Deploying to Netsuite account is required to test it. Cannot develop locally • I didn't fully get how the Client/Server scripts worked together. It looked like the server script only was for initializing the SPA and some preparing of data, not for handling data requests by the client? I'm guessing the client SPA get data directly using the netsuite modules. • They stated no governance limits on it, so I guess the client can spam with query.runSuiteQL() for new data as much as it wants • 75 ui components of some sorts • Uses ES Module management.
import * as query from 'N/query'
instead of
require()
• Documentation will come with upgrade to 2024.1
šŸ‘ 1
Did I miss(understand) anything?
m
tsx/jsx. Not Oracle JET then?
Oracle JET has an option for VDOM architecture that uses Preact
šŸ™ 1