I'd like to figure out how to use arc together with e.g. react to build single page apps supported by FaaS. I think this repo is what I'm looking for, though looks like it is brand new! Talking about this in the past with @brianleroux, I think I recall him saying that he wasn't a fan of treating single page apps as a static asset bundle, though [arc seems to support that](https://arc.codes/guides/static-assets). I am confused, though, as [the static guide](https://arc.codes/guides/static-assets) instructs to put static assets under `src/shared`, however, [the README in that directory in the persisting-data example app cautions to not exceed 5MB](https://github.com/arc-repos/arc-example-persist-data/tree/master/src/shared#use-caution). What do?
I'd like to figure out how to use arc together with e.g. react to build single page apps supported by FaaS.
I think this repo is what I'm looking for, though looks like it is brand new!
Talking about this in the past with @brianleroux, I think I recall him saying that he wasn't a fan of treating single page apps as a static asset bundle, though arc seems to support that. I am confused, though, as the static guide instructs to put static assets under
src/shared, however, the README in that directory in the persisting-data example app cautions to not exceed 5MB. What do?