Category: Articles

Creating react custom hooks

React js has come a long way since it’s first release and it’s still being supported and updated by Facebook […]

August 5, 2019

me

Articles Tutorials

Mouse move parallax effect tutorial

adding more interactivity usually makes a website or application feel more professional and more interactive and you can improve user […]

July 20, 2019

me

Articles Tutorials

How to create a NPM module

NPM is the most popular package manager for javascript which let’s you install and import many useful modules into your […]

December 5, 2020

me

Articles Tutorials

Top 5 gulp plugins

In the previous Post  We saw how gulp can make doing regular tasks much easier in our front end/javascript  programs. […]

April 14, 2019

me

Articles

React Context vs Redux (part2)

In previous article We created a simple shopping cart app with react context api and hooks. in this article we’ll […]

March 31, 2019

me

Articles Tutorials

React Context vs Redux (part1)

Sometimes in our react apps we need some global variables, like user authentications, themes, shopping carts, etc. or maybe you […]

March 27, 2019

me

Articles Tutorials