Simple useGlobalState Hook For React

Description:

A Simple useGlobalState hook for React, which allows you to share data across other components without having to pass props all the way down, create context or use state management tool.

Preview:

Simple useGlobalState Hook For React

Add Comment