Replies: 2 comments
-
Outside of React Native you mean web only? AsyncStorage works in React/ReactNative domain, and using it outside of it might produce more questions than answers. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@krizzu yes, i meant outside of react/react native. aside from the hook, it looks to me like the code is mostly agnostic of frontend frameworks, so it could be targeting a wider range of web build, don't you think? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
You want to:
Ask a question
Details:
I'm feeling this package would be very good to have in the library i'm building. I'm aiming my library to be cross-platform, and i would like to avoid coding the localStorage part for the web ; but i cannot guarantee my library will be used in the context of react/react-native.
Would you recommend using this library as a "cross-platform" even outside of the use of react-native?
Beta Was this translation helpful? Give feedback.
All reactions