CDK Global Interview Question

What are some benefits to using React over vanilla JavaScript?

Interview Answer

Anonymous

Mar 15, 2019

Not needing to rewrite a framework for unidirectional data flow, not needing to write your own virtual DOM, and having an easy system of managing state.