
- The best way to create a parent container is to clone the children and pass down the desired props.
- Use Smart and Dumb Components : There is not much to say other than you don’t need to have a state in every object.
- The whole idea of using React is code re-usability so if you just throw everything in one file you are losing the beauty of React.
- I personally use Redux because it forces you to have a more controlled file structure.
- Anyone with enough experience understands how much of a hassle this is to maintain and how much load it takes on the browser if you render every component every time.

@ReactiveConf: “Check out these useful #ReactJS best practices:” open tweet »