What is the render method for?

Technology CommunityCategory: ReactWhat is the render method for?
VietMX Staff asked 3 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.