Blog

I write blog, Share a bit of my knowledge about web development relative topics, Enjoy it fellas!

Nov, 18 2022

#reactStateManeger

Global state with useContext and useReducer typescript

Getting started react state maneger with context API and useReducer hook

Oct, 22 2022

#reactJs

Powerfull of useRef

To handle a state often we using useState, but useRef can replace it!

Oct, 20 2022

#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