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

React Usecontext() Performance, Usecontext Inside Custom Hook

I used a structure using React Hooks. It is based on a global Context that contains a combination o… Read more React Usecontext() Performance, Usecontext Inside Custom Hook

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