How can I execute what Async.getItem() does , using pouchDB in a react.js app?? Need some examples.
1
votes
Are you looking for pouchdb-react-native?
- Fabian Schultz
@FabianSchultz No I am not, there is no react native in the project.
- Joshua Paulsen
Then you can just use pouchDB, there shouldn't be anything special for using it with React. Check out their documentation or their guides.
- Fabian Schultz
1 Answers
1
votes
I got confused! In this title you mention react-native. But, the comment above you said: "there is no react native in the project". Are you NOT using React Native in your Project? Because, AsyncStorage is for React Native. Maybe you are looking for Local Storage or Session Storage that are used for ReactJS, instead.