conditional rendering in react | react js tutorials in telugu | react js

preview_player
Показать описание
Join this channel to get access to perks:
Рекомендации по теме
Комментарии
Автор

1. Conditional Rendering means based upon condition value we have to show the information in browser using JSX.
2. Here we have discussed 2 types of conditions
3. One is like using ternary operator
4. Other one is using double and operator.
5. Ex: let logged = true;
logged ? (<li>Logout</li>) : (<li>Login</li>);
Ex2: let isAdmin = true;
(isAdmin) && (<h3>Welcome to Admin Dashboard</h3>);
Based upon the before of and operator condition the elements will display.

dileepnadukuru
Автор

please create a video for javascript interview qstns from basic to advance.

Nana-onvv
Автор

Condition..rendering chala conditions pettav...ba.. nice explanation cute ....wt rendering ? key prop ?....Form handling ?..cute

nagendrakarnareddy
Автор

React interview question oka subscriber ki link pettav cute can u share that link i forgot which video u gave ...cute

nagendrakarnareddy