You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We haven't looked at optimizing build size yet to be honest. Seems that React+Relay are about 200KB minified (facebook/relay#996), so we have extra 258KB from somewhere. I'll take a look at this at some point to see if there are any low hanging fruits.
on the client-side you may let the browser cache as much as possible (using < script > tags with minified versions). Same for the build, ufligy and minify to have smaller builds
Firstly, thanks a lot for building this, I'm super pumped about the possibility of working with this stack.
I just downloaded and built this example and found it's currently 458KB (ungzipped).
I'm worried that the payload sizes are way too big to simply be practical, especially once actual business logic gets added.
Did I miss something? Given React is ~1/10th of that it seems possible I have some configuration wrong and the actual payload should be much smaller?
If not, are there plans to reduce the payload size?
The text was updated successfully, but these errors were encountered: