React Quick Tip: Split Up Your `render` Method by dave js Frontend Weekly
For example, if there are pending updates from a click, React may flush those before flushing the updates inside the callback. The problme is before mount the component history.push is…