rem’s avatarrem’s Twitter Archive—№ 61,168

  1. 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—
    1. …in reply to @rem
      —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?