I worked through parts of the nice comprehensive beginner’s guide to ReactJS. When I tried to implement selecting a database row to populate the react component from outside, I discovered that "You're never supposed to set a component's state outside of the component." That turned me off any further investigation and I took resort to jQuery instead, where I made much faster progress... Read more →