Aug, 12 2024
#reactJS
Don't hurry up wrap your component with memo, using this instead
While your have children component re-renders because has data change on parent component? using this way instead memo
I write blog, Share a bit of my knowledge about web development relative topics, Enjoy it fellas!
Aug, 12 2024
#reactJS
While your have children component re-renders because has data change on parent component? using this way instead memo
Jun, 15 2024
#reactJs
To handle a state often we using useState, but useRef can replace it!
Feb, 23 2024
#reactStateManeger
Getting started react state maneger with context API and useReducer hook