React-Google-Apps-Script icon indicating copy to clipboard operation
React-Google-Apps-Script copied to clipboard

This is your boilerplate project for developing React apps inside Google Sheets, Docs, Forms and Slides projects. It's perfect for personal projects and for publishing complex add-ons in the Google Wo...

Results 36 React-Google-Apps-Script issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 5.14.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

I was wondering how to make this work with [tailwind css](https://tailwindcss.com/) and [flowbite](https://flowbite.com/) and thought to share what I've ended up with. Any recommendations most than welcome.

I'm able to get the client code hot reloading in dev for the UI (clever local-server iframe apps-script hack by the way) using `npm run start`. But I'm not sure...

These changes apply the fix proposed by @punkch in #157

Can anyone help me to configure this project to use shadcn/ui. Any help would be great. https://ui.shadcn.com/

Hi, just did a fresh clone and ran the steps up till deploying to production but when I open the spreadsheet, it dosent show the custom menu ![image](https://github.com/enuchi/React-Google-Apps-Script/assets/37207972/27d4d5c6-5ce2-433a-910a-a4da113a837d)

Hi @enuchi , First of all, thank you for this awesome boilerplate, you did a great job! We have an issue with our add-on, built on top of the boilerplate...

Hi, i've started using this template for an add on on google sheet. I have this issue when i deploy the project the UI does not render but when running...

Can we migrate from webpack to vite. In the current setup, whenever there is a state change, the webpack either doesn't reflect the code changes or enters in the infinite...

Hello, I am writing an add-on for Google Docs and I noticed my getAccessToken() server-side function takes too long and could impact UX moving between states. Right now, my app...