DEV Community

Discussion on: 39+ Advanced React Interview Questions (SOLVED) You Must Clarify (2020 Update)

Collapse
 
antonmelnyk profile image
Anton Melnyk

Q2 answer is outdated.

After introducing hooks API the real difference between class and functional components is that functional ones capture their values.

Details