Skip to content Skip to sidebar Skip to footer
Showing posts with the label React Context

How To Use React's Context Api Outside Of React's Component Scope : Reactjs

I am using react's context API for storing USER_TOKEN for authentication purposes. Also I am m… Read more How To Use React's Context Api Outside Of React's Component Scope : Reactjs

Accessing Consumed React.context In Next.js Getinitialprops Using Hoc

I am attempting to abstract my API calls by using a simple service that provides a very simple meth… Read more Accessing Consumed React.context In Next.js Getinitialprops Using Hoc