rem’s avatarrem’s Twitter Archive—№ 66,878

  1. …in reply to @njmkhn
    njmkhn chrisbiscardi IIRC the pros of using JSX was that it allowed React to manage a virtual DOM as crossing the JS<->DOM bridge is "slow" (or the slowest ops). So there was a good single use case from the get go.