rem’s avatarrem’s Twitter Archive—№ 68,343

  1. I'm never quite sure of the "right" react pattern when I've got a component whose state is initialised with props. Should the component then call onX methods so that parent updates the props, or should it fully maintain state ignoring prop changes once mounted…