Rajat Gupta
Rajat's Blog

Rajat's Blog

Follow
homebadgesnewsletter
Tag

ReactHooks

#reacthooks

More content

Read more stories on Hashnode


Articles with this tag

useReducer in react: Everything you need to know

Mar 13, 20228 min read

prerequisites: Grasp of reduce method in JavaScript and useState in react For reduce method, I recommend you to read my blog here:...

useReducer in react: Everything you need to know

useContext in react: everything you need to know

Mar 11, 20229 min read

only understand this: Using useContext is not necessary, we use it to avoid prop drilling. Here's how prop drilling works:Let's say the grandfather...

useContext in react: everything you need to know