Front-End Programming Exam  >  Front-End Programming Videos  >  Learn React JS: Fundamentals for Front-End Developers (in Hindi)  >  ComponentWillReceiveProps - LifeCycle Method & How Immutability works in ReactJS -[#12] - Hindi

ComponentWillReceiveProps - LifeCycle Method & How Immutability works in ReactJS -[#12] - Hindi Video Lecture | Learn React JS: Fundamentals for Front-End Developers (in Hindi) - Front-End Programming

32 videos

FAQs on ComponentWillReceiveProps - LifeCycle Method & How Immutability works in ReactJS -[#12] - Hindi Video Lecture - Learn React JS: Fundamentals for Front-End Developers (in Hindi) - Front-End Programming

1. इनमे से componentWillReceiveProps क्या है?
उत्तर. componentWillReceiveProps एक Lifecycle Method है जो ReactJS में उपयोग होता है। यह मैथड पुराने props के आधार पर component को अपडेट करने की अनुमति देता है। यदि component को props में कुछ बदलाव होता है तो componentWillReceiveProps मैथड ऑटोमेटिकली कॉल होता है, जिससे हम नए props के आधार पर component को अपडेट कर सकते हैं।
2. ReactJS में इम्यूटेबिलिटी कैसे काम करती है?
उत्तर. ReactJS में इम्यूटेबिलिटी functional programming की एक सिद्धांत है जो इनपुट को बदलने की बजाय नये इनपुट पर काम करता है। ReactJS में, एक इम्यूटेबिल कॉपी बनाने के बाद, इसे बदला नहीं जा सकता है, और इसे अपडेट करने के लिए नया इम्यूटेबिल ऑब्जेक्ट बनाना होगा। इसके लिए, ReactJS में "spread operator" और "Object.assign()" जैसे आपरेटर्स का उपयोग किया जाता है। इम्यूटेबिलिटी का उपयोग करने से रिएक्ट कंपोनेंट प्रदर्शन की गति बढ़ती है और बग्स कम होते हैं।
3. क्या componentWillReceiveProps हमेशा कॉल होता है?
उत्तर. नहीं, componentWillReceiveProps केवल जब component को एक नया prop मिलता है तब ही कॉल होता है। इसका मतलब है कि अगर component को अपने पहले ही मौजूद props में कोई बदलाव नहीं हुआ है, तो componentWillReceiveProps कॉल नहीं होगा।
4. रिएक्ट कंपोनेंट्स में इम्यूटेबिलिटी क्यों महत्वपूर्ण है?
उत्तर. इम्यूटेबिलिटी रिएक्ट कंपोनेंट्स में महत्वपूर्ण है क्योंकि इससे रिएक्ट कंपोनेंट्स को परफॉर्मेंस की दृष्टि से बेहतर बनाया जा सकता है। जब हमने इम्यूटेबिलिटी को अपनाया होता है, तो हम केवल उन component को अपडेट करते हैं जिनमें बदलाव हुआ है, इसके बजाय सभी कंपोनेंट्स को अपडेट करने की जरूरत नहीं होती है। इससे रिएक्ट ऐप्लीकेशन की गति बढ़ती है और कंपोनेंट्स के बीच डेटा वितरण में बग्स कम होते हैं।
5. componentWillReceiveProps का उपयोग क्या हो सकता है?
उत्तर. componentWillReceiveProps का उपयोग props में बदलाव को ट्रैक करने के लिए किया जा सकता है। जब component को नए props मिलते हैं, तो हम componentWillReceiveProps मैथड का उपयोग करके पिछले props को नए props के साथ तुलना कर सकते हैं और उसके आधार पर component को अपडेट कर सकते हैं। यह मैथड ज्यादातर अपडेट करने के लिए state का उपयोग करने की जरूरत नहीं होता है, इसलिए यह अपडेट करने की प्रक्रिया को आसान बनाता है।
32 videos
Explore Courses for Front-End Programming exam
Signup for Free!
Signup to see your scores go up within 7 days! Learn & Practice with 1000+ FREE Notes, Videos & Tests.
10M+ students study on EduRev
Related Searches

Summary

,

mock tests for examination

,

Semester Notes

,

video lectures

,

study material

,

ComponentWillReceiveProps - LifeCycle Method & How Immutability works in ReactJS -[#12] - Hindi Video Lecture | Learn React JS: Fundamentals for Front-End Developers (in Hindi) - Front-End Programming

,

MCQs

,

ComponentWillReceiveProps - LifeCycle Method & How Immutability works in ReactJS -[#12] - Hindi Video Lecture | Learn React JS: Fundamentals for Front-End Developers (in Hindi) - Front-End Programming

,

Important questions

,

Extra Questions

,

Free

,

Previous Year Questions with Solutions

,

Exam

,

practice quizzes

,

ppt

,

Viva Questions

,

pdf

,

past year papers

,

Objective type Questions

,

ComponentWillReceiveProps - LifeCycle Method & How Immutability works in ReactJS -[#12] - Hindi Video Lecture | Learn React JS: Fundamentals for Front-End Developers (in Hindi) - Front-End Programming

,

shortcuts and tricks

,

Sample Paper

;