pieces-app / example-typescript

A React example project showing how to get started with Pieces TS SDK.
MIT License
42 stars 50 forks source link

Abstract localStorage interactions into a custom Hook #135

Open Agnish1611 opened 4 months ago

Agnish1611 commented 4 months ago

Description This PR creates a custom Hook called useOsVersion to abstract the localStorage interactions. The logic for accessing and updating the OS version has been encapsulated into this hook #125

Changes

Arindam200 commented 3 months ago

Hey @Agnish1611 , this issue is already being worked on #130 ,

However, I would recommend that you collaborate there and probably review that PR.