Forum

What is Pure Component? When should you use Pure Component instead Component?

This thread contains 1 reply, has 2 voices, and was last updated by darshan.soni007 5 years, 2 months ago.

  • Author Replies
    • #52886

      What is Pure Component? When should you use Pure Component instead Component?


    • #52887

      – Pure Component is specifically the same as Component except that it handles Component Update method for us. When props or state changes, Pure Component will do a shallow comparison on both props and state. Component won’t compare current props and state to next out of the box. Thus, the component will re-render by default – whenever should Component Update is called.

      – When analyzing previous props and state to next, a shallow comparison will check that primitives have the same value and that the references are the same between more complex javascript values like objects and arrays.

      – It is enough to prefer Pure Component over Component whenever we never change our objects.


Viewing 1 reply thread

You must be to reply to this thread.Please or . Registration is 100% free.

GET FREE CONSULTATION

Call Us Now For Free Consultation97370 05566

Our experts listen to you patiently and suggest you the right course after conducting a personality profile test. Register your interest below to schedule personality profile test for you.

SUBSCRIBE TO OUR NEWSLETTER

Copyright 2016-2024 Smart Mentors. All Rights Reserved.

Login

FORGOT PASSWORD

Sign up now to Become An Instructor

    Register your Interest

      cf7captchaRegenerate Captcha