react interview question | dynamic search filter in react js | react tutorial

  Рет қаралды 367

formulaC Coder

formulaC Coder

Күн бұрын

Пікірлер: 5
@AnshJain-yh5bc
@AnshJain-yh5bc 11 сағат бұрын
sir i have a fresher level react coding interview in 2 days i want to practice more such coding components ...please upload more vids 🙏
@formulaC_Coder2804
@formulaC_Coder2804 8 сағат бұрын
I have a React interview playlist, you can check it out.I'm working on creating more such videos, but in two days, it will be difficult to upload additional content.I hope you clear this interview. If you need more in the future, stay tuned for my videos. Good luck with your interview! ☺️
@AnshJain-yh5bc
@AnshJain-yh5bc 8 сағат бұрын
@@formulaC_Coder2804 sir i have a doubt , what's the difference in export default and normal export and also in import when do we use {} in import : Import {fruits} from "./items" and when do we simply write import fruits from "./items" Are they both different?
@formulaC_Coder2804
@formulaC_Coder2804 7 сағат бұрын
@@AnshJain-yh5bc look we have two things here 1)default export 2)named export A single file can have only: one default export, and if we have more exports, then it would be named exports lets say we have a file data.js //first export , that is default export const defaultData = "This is default data"; export default defaultData; //we have more exports, so it would be named export export const fruits = ["Apple", "Banana", "Orange"]; export const vegetables = ["Carrot", "Spinach", "Potato"]; //Then the default export will be imported simply like this : import defaultData from './data.js'; //And the named exports would be imported like this: import { fruits, vegetables } from "./data.js"; And coming to the second part, when to use curly braces. we have exported the fruits as the named export //export const fruits=[]; so we imported it using curly braces //import { fruits } from "./items"; we could have also exported the fruits as the default export, as we only had single export in one file. //const fruits = []; export default fruits; then simply we had imported it like this // import fruits from "./items" I hope this clears your doubt.
@RahulChaudhary-bb6io
@RahulChaudhary-bb6io 4 сағат бұрын
i love you bro
Three.js 101 Crash Course: Beginner’s Guide to 3D Web Design (7 HOURS!)
6:31:57
React Hooks Course - All React Hooks Explained
1:26:21
PedroTech
Рет қаралды 1,1 МЛН
Как Ходили родители в ШКОЛУ!
0:49
Family Box
Рет қаралды 2,3 МЛН
-5+3은 뭔가요? 📚 #shorts
0:19
5 분 Tricks
Рет қаралды 13 МЛН
КОНЦЕРТЫ:  2 сезон | 1 выпуск | Камызяки
46:36
ТНТ Смотри еще!
Рет қаралды 3,7 МЛН
The React Interview Questions You need to Know
21:29
CoderOne
Рет қаралды 57 М.
Turning bad React code into senior React code
13:10
Cosden Solutions
Рет қаралды 95 М.
All React Hooks Explained - React Hooks Tutorial 2025
1:28:44
PedroTech
Рет қаралды 17 М.
React Interview Questions | Beginner to Advanced
26:42
PedroTech
Рет қаралды 50 М.
React Tutorial for Beginners
1:20:04
Programming with Mosh
Рет қаралды 3,9 МЛН
Как Ходили родители в ШКОЛУ!
0:49
Family Box
Рет қаралды 2,3 МЛН