No video

React JS Interview Questions ( Multi Select Search ) - Frontend Machine Coding Interview Experience

  Рет қаралды 32,932

RoadsideCoder

RoadsideCoder

Күн бұрын

Пікірлер: 66
@RoadsideCoder
@RoadsideCoder 7 ай бұрын
🔴 Get my Complete Frontend Interview Prep course - roadsidecoder.com/course-details 🟪 Follow me on Instagram for Homework Solution - instagram.com/roadsidecoder/ ➡ Book an Interview Preparation call with me ( 20% OFF for limited time ) - topmate.io/roadsidecoder
@arunyadav7467
@arunyadav7467 7 ай бұрын
more of this type of videos plz
@thisisarkajitroy
@thisisarkajitroy 7 ай бұрын
Zepto asked this same question for their frontend SDE-1 role.
@AnuMessi10
@AnuMessi10 7 ай бұрын
I aced that with all the edge cases and added keyboard navigation as well
@mujtabakhan4521
@mujtabakhan4521 7 ай бұрын
@@AnuMessi10please share your github account
@abhishekseth7187
@abhishekseth7187 7 ай бұрын
@@AnuMessi10 did you got any reply from them?
@trivedi2690
@trivedi2690 7 ай бұрын
@@AnuMessi10 can we use tailwindcss in interview ?
@thevasupodcast4561
@thevasupodcast4561 7 ай бұрын
Bhai submit krne ke baad. Kuch reply hi ni aaya h? Kisiko aaya?
@IllIIIIIIllll
@IllIIIIIIllll 6 ай бұрын
I think you are the rare youtuber who teaches react's very important concepts 🙌.
@anupkumarjana9002
@anupkumarjana9002 6 ай бұрын
When you said, we will use a set, it made me Subscribe to your channel man! Like a lot of tutorials out there but they missed these small things! Kudos to how you're explaining the thing in simple way!!
@abhisheknavgan6829
@abhisheknavgan6829 4 ай бұрын
damn bro that's a great explaination, for the last homework we can create a useEffeect hook along with setTimeout to 4-5 milliseconds and only when the user stopes typing for more than that timeout well make the API call, and we also have to remove that setTimeout using cleanup function.
@SimPwear84
@SimPwear84 7 ай бұрын
Beautifully explained. You're the GOAT
@RoadsideCoder
@RoadsideCoder 7 ай бұрын
💖💖
@jatinranpariya1510
@jatinranpariya1510 7 ай бұрын
Learned something new... Thank you for the amazing videos.
@Srijan_Soni
@Srijan_Soni 6 ай бұрын
Thank you so much for providing such a quality content for free ❤
@yashsolanki069
@yashsolanki069 7 ай бұрын
For the condition where we do not need already selected option to be displayed, i guess it's better to ask the interviewer if that's the edge case we need to consider. The version i tried to built had the user in list but selecting the same one would not make the user added as pills twice and to do so i used another filter with item! == user.email Just before using spreadOperator for setting pilla in array. Thanks for the video! Great content as always ❤
@RoadsideCoder
@RoadsideCoder 7 ай бұрын
Great point!
@user-rs9ov6qs7v
@user-rs9ov6qs7v 6 ай бұрын
Wow, you thought me a lot of staffs and thank you , this is all i can say
@shubhamtarade
@shubhamtarade 7 ай бұрын
This is gem of a content, man 🫡
@devendrapandey4059
@devendrapandey4059 6 ай бұрын
Thanks bro, learned some senior engineer stuff❤.
@rafishaik503
@rafishaik503 7 ай бұрын
Learned a new thing. Thanks bhai ❤. Also can you explain debouncing for this input search as there are fetch calls for every user input. That's actually is the best thing
@RoadsideCoder
@RoadsideCoder 7 ай бұрын
I have discussed how to implement that in video from 28:03
@rafishaik503
@rafishaik503 7 ай бұрын
@@RoadsideCoder Yes, thank you ❤
@storyPlus12
@storyPlus12 7 ай бұрын
Thanks for the awesome video. Can you please make a video on jwt in mern stack with access and refresh token ?
@rathinaboopathi9103
@rathinaboopathi9103 7 ай бұрын
Can you make video on making an admin panel? Whether it can be accomplished in single route with states or needs to have multiple routes for each tab? This could be a good video
@RavindraSingh-lp9pl
@RavindraSingh-lp9pl 7 ай бұрын
very useful content...we need more such videos.
@pranav6032
@pranav6032 6 ай бұрын
awesome stuff bro thankyou👍
@jahangirkhan3747
@jahangirkhan3747 7 ай бұрын
Great tutorial brother ❤️👍
@suyashsrivastava3671
@suyashsrivastava3671 7 ай бұрын
Great Video, Try to some react native content also if possible.
@RoadsideCoder
@RoadsideCoder 7 ай бұрын
Will do soon
@arunyadav7467
@arunyadav7467 7 ай бұрын
more of this type of videos
@aqibmalik6313
@aqibmalik6313 7 ай бұрын
keep it coming 😍😍😍😋😋😋
@rayyanabdulwajid7681
@rayyanabdulwajid7681 7 ай бұрын
What if they ask to do this in vanilla javascript? Also, if we can do this in vanilla js, can we transfer that knowledge to create the same in Vue js or angular?
@dyashwanth9822
@dyashwanth9822 7 ай бұрын
Thanks bhai
@saifuislam7515
@saifuislam7515 7 ай бұрын
great video
@RoadsideCoder
@RoadsideCoder 7 ай бұрын
Thanks!
@trivedi2690
@trivedi2690 7 ай бұрын
can we use taliwndcss also in machine coding round , native css is some what hard to write
@chaitanyasawant776
@chaitanyasawant776 7 ай бұрын
Can anyone tell me how input shifted when pills got added. Can you tell me the css for it
@liftwithamey
@liftwithamey 6 ай бұрын
it's because we have rendered the pills before input and if you remove the outline propery on focus on input, you will know how long our input field actually is
@samarscript5824
@samarscript5824 7 ай бұрын
I came here suspecting that this video would be a multi-step form but it is not. Along with this, let me also tell you that this video is also most important but I strongly request you to create a separate video on Multi-Step Forms using ReactJS with Responsive UI from scratch without using any third-party libraries. Thank you
@RoadsideCoder
@RoadsideCoder 7 ай бұрын
Thanks man, Will do!
@technicalabhi7683
@technicalabhi7683 7 ай бұрын
Nice video
@usmanmarkaz
@usmanmarkaz 7 ай бұрын
how we rollback API response if it not hit or in case of bad status
@rittiksharma17
@rittiksharma17 6 ай бұрын
Zepto asked this question for frontend developer role. Did anyone got reply from them??
@pankajroyals1816
@pankajroyals1816 7 ай бұрын
Bhiaya please upload the video for deployment of the NoteZipper project.
@RoadsideCoder
@RoadsideCoder 7 ай бұрын
kzfaq.info/get/bejne/l7ePZad-vbmyp40.html
@nimmanasss
@nimmanasss 7 ай бұрын
Zepto asked question it is.
@RoadsideCoder
@RoadsideCoder 7 ай бұрын
Yess
@BrijeshSingh-dp1ku
@BrijeshSingh-dp1ku 7 ай бұрын
What if we use splice instead of filter for removing ?
@IllIIIIIIllll
@IllIIIIIIllll 6 ай бұрын
Splice will effect the original array.
@deep90402
@deep90402 7 ай бұрын
Please make video on infinite scrolling
@shahzaib715
@shahzaib715 6 ай бұрын
bhai samjh achy sy ajati hay kar b lety hain but during interview ni samjh ati kya krna kesy krna so please uska btyen kesy overcome kren...
@AvikNayak_
@AvikNayak_ 2 ай бұрын
i think uska solution yehi hai ki 3-4 bar practice kar le kudse ye banane ki
@Radiant--Reels
@Radiant--Reels 6 ай бұрын
How to use react date picker in typescript. Im getting an error startofweek cannot be imported
@nikhilsoni1443
@nikhilsoni1443 2 ай бұрын
import React, { useState } from "react"; import DatePicker from "react-datepicker"; import "react-datepicker/dist/react-datepicker.css"; import { startOfWeek } from "date-fns"; const App: React.FC = () => { const [startDate, setStartDate] = useState(new Date()); const handleChange = (date: Date | null) => { setStartDate(date); }; return ( Date Picker Example ); }; export default App;
@madhubabumalli6034
@madhubabumalli6034 7 ай бұрын
@RoadsideCoder try build the calendar from scratch
@RoadsideCoder
@RoadsideCoder 7 ай бұрын
Thanks for the idea!
@memesforyou9167
@memesforyou9167 6 ай бұрын
Yeh cheez toh simple react-select use krke bhi kr sakte h hum
@RoadsideCoder
@RoadsideCoder 6 ай бұрын
Interviews me allowed nhi
@NoobSoftwareEngineer
@NoobSoftwareEngineer 6 ай бұрын
10000 lol
@learningjoe1823
@learningjoe1823 7 ай бұрын
Can you improve my cv ? Should I message you on WhatsApp?
@RoadsideCoder
@RoadsideCoder 7 ай бұрын
You can book a call with me - topmate.io/roadsidecoder/
Underwater Challenge 😱
00:37
Topper Guild
Рет қаралды 42 МЛН
Schoolboy Runaway в реальной жизни🤣@onLI_gAmeS
00:31
МишАня
Рет қаралды 4,1 МЛН
Please Help Barry Choose His Real Son
00:23
Garri Creative
Рет қаралды 23 МЛН
Violet Beauregarde Doll🫐
00:58
PIRANKA
Рет қаралды 40 МЛН
React Interview Questions | Beginner to Advanced
26:42
PedroTech
Рет қаралды 27 М.
[ Live ] React JS Interview 🤯 | Frontend UI Questions 🤒
1:12:35
Akshay Saini
Рет қаралды 338 М.
3 Years Experienced React Interview
1:16:16
ProCodrr
Рет қаралды 20 М.
How To Master React In 2024 (Complete Roadmap)
13:30
Harkirat Singh
Рет қаралды 189 М.
Underwater Challenge 😱
00:37
Topper Guild
Рет қаралды 42 МЛН