React Context API Default value
auth-context.js
import React from 'react';
// AuthContext is an object that contain a component
// This default value will actually only be used if we
// would consume without having a provider or provider tag
const AuthContext = React.createConte...
omarsaade.hashnode.dev1 min read