DEV Community

Jonathan
Jonathan

Posted on

Whitebox testing React & Angular contrasting key features

I am not sure if this is the right place to put this, so apologies if I am wrong, but I am currently starting a master's thesis whitebox testing Reacts & Angulars contrasting key features(data binding (1/2 ways), VDOM vs Incremental, Dynamic vs static type, memory usage). From what I have found in papers, articles and talking to people, the best way of tackling is using chrome devtools and googles Lighthouse tools. Any idea if this is true? If it is, which parts of devtools/lighthouse would you use? Or is there is other (better) ways of tackling this?

Top comments (0)