Full Stack Developer | Apollo GraphQL | MongoDB | ExpressJS | ReactJS | NodeJS | Redis
The useReducer hook is a built-in hook in React that allows you to manage complex state logic in your application. It's an alternative to the useState...
useContext is a built-in React hook that allows you to consume values that are provided by a Context object. A Context provides a way to pass data...
useMemo is a hook in React that allows you to memoize a component's output. It takes two arguments: a function that calculates the value to be...
In React, a callback hook is a function that allows you to pass a function as a prop to a child component, which can then be used to update the state...
"use strict" is a JavaScript directive that indicates that the code should be executed in "strict mode." In strict mode, certain errors are thrown...
You can configure Nginx for your MERN GraphQL app on the Digitalocean droplet and redirect www to the non-www domain over SSL. Copy and paste the...