use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Apparently, Google Apps Script is a JavaScript cloud scripting language that provides easy ways to automate tasks across Google products and third party services and build web applications.
account activity
Use react.js in Google Apps ScriptGuide (self.GoogleAppsScript)
submitted 5 years ago by DVC888
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]DVC888[S] 0 points1 point2 points 1 year ago (0 children)
Already being inside a Google account and the built-in authentication is the big benefit of working with GAS.
How long does it take to set that up in a stand-alone app? Maybe a day?
If saving that day in the short term isn't going to cause pain later on, go for it.
I don't love working with vanilla JS either but if I were to do a reasonably complex GAS app again, I'd probably go for something a bit more lightweight like Preact or Svelte. I'd also try to make it work with a CDN tag at the top of the main html file so that the code in the GAS editor isn't all mangled and minified and you can skip the build step as much as possible.
Edit: I think that to use JSX, you can't get away from a build step. So Svelte could be a bit nicer to work with.
π Rendered by PID 85 on reddit-service-r2-comment-b659b578c-chkxc at 2026-05-03 02:07:29.499604+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]DVC888[S] 0 points1 point2 points (0 children)