Skip to Content
Logo
About
Experience
Work
Contact
Resume
Blog
nimatf790@gmail.com
Blog
here's a list of things I wrote
Beginners guide to useReducer
In this post we're going to find out how to use context and what are the best practices for using context in any project
Static Methods & Properties in JS
In this post we're going to discuss the differences between regular and static methods and properties
Beginners guide to React Context
In this post we're going to find out how to use context and what are the best practices for using context in any project
Beginners guide to useMemo
In this post we’re going to learn about what `useMemo` hook is and when should we use it in our application.