solana-developers / solana-dapp-next

87 stars 70 forks source link

General Global State Store #7

Open DonnySolana opened 2 years ago

DonnySolana commented 2 years ago

Create a simple Global State Store where any property can be globally accessed and stored with state management

benjacksondev commented 1 year ago

I would like to give this a go, Could you provide some more information. Are you thinking React Context could be used as global state store and react hooks to push up a property?