Forum

What is the usage of refs and keys used in React?

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

  • Author Replies
    • #51973

      What is the usage of refs and keys used in React?


    • #51975

      The ref is used to return a reference to your element. Refs should be avoided in most cases but they can be useful when you need DOM measurements or to add methods to your components.

      React keys are useful when working with dynamically created components or when your lists are altered by users. Setting the key value will keep your components uniquely identified after the change.

      render () {
      return (

        {this.state.todoItems.map(({task, uid}) => {
        return <li key={uid}>{task}
        })}

      )
      }


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