Hi! I'd like to store credentials, what should I use with re-frame? Am I missing something obvious or is everyone re-writing their own fx? I found this: https://github.com/condense/mercury-app/wiki/Storing-data-in-the-app
If you’re talking just about storing data, then this wrapper might help: https://github.com/cljsrn/side-fx And if you’re storing credentials maybe use something like this: (not ClojureScript specific) https://reactnativeexample.com/keychain-keystore-access-for-react-native/
thanks!