Front end interview questions the aave way

  1. Cyclomatic complexity – a measurement developed by Thomas McCabe to determine the stability and level of confidence in a program. The complexity of the branches and deep code logic is going.
  2. Does react.memo() component will be rerendered if parent does renders? ( same value, different pointer to object).
  3. What is typescript tuple – array with fixed size and known datatypes. F.E.: useState
  4. How in TS define a JSON.parse returned object? unknow or
  5. CSS optimize animation which changes position of the element – use transform.

Posted

in

by

Tags:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.