.JSX vs .JSXBIN ??
I maintain a functions library in .jsx and distribute to about 5 users via OneDrive. It works fine and is about 156kb. It is loaded about once a day or when it is updated.
- Are there any advantages/reasons to make this a .jsxbin file? I am not as concerned about file protection as I am about possible speed advantages.
- Can it be exported from VSCode since ESTK is now defunct?