What is the render method for? Technology Community › Category: React › What is the render method for? 0 Vote Up Vote Down VietMX Staff asked 4 years ago To determine what should be rendered for a particular component. Could be a complex nested object of other child React components, or it could be as simple as a primitive JS object.