How would you refactor a piece of code (using components) -- this was a follow-up question on the take home problem
Describe ways in which you can communicate information between components (parent - child components) A: Router, EventBus, Props
What's the difference between Flexbox and Grid (Bootstrap) A: flexbox takes up the space in parent component and you can use a location specifier (left-align, right -align to specify where something should be positioned) -- Grid uses a base 12 system where you specify how much space an element should take given a screen size