Forum

Keys In React

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

  • Author Replies
    • #61892

      What Are Keys In React And Why Are They Important?


    • #61893

      Hello,

      Keys are what help React keep track of what items have changed, been added, or been removed from a list.

      Example:
      render () {
      return (

        <li style=”list-style-type: none;”>
        {this.state.todoItems.map(({task, uid}) => {

       

        <li style=”list-style-type: none;”>
        return

      • {task}

      })}

      )
      }

      Each key must be unique among siblings. Keys make the process more efficient when dealing with lists because React can use the key on a child element to quickly know if an element is new or if it was just moved when comparing trees.


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