-
Just sounding this out: I have a React app, and I'm using it for log in page, and logged in pages. Can I serve different build to logged in—
-
—users, as they would never need to see (or pay download+parsing cost) for the login (and related logic) code? Is there a pattern for this?