parse-react
parse-react copied to clipboard
[EXPERIMENTAL] React, React Native, and React with SSR (e.g. Next.js) packages to interact with Parse Server backend
I installed `npm install parse @parse/react --save` in my react JS project. used it like import { initializeParse } from '@parse/react'; initializeParse( 'YOUR_SERVER_URL', 'YOUR_APPLICATION_ID', 'YOUR_JAVASCRIPT_KEY' ); I get this error....
Hi, I am trying to upgrade a project to react native 0.69.1, which depends on clii 8.0.2, but i am stuck with cli 5.0.1, which has dependencies with vulnerabilities, since...
When trying to import the @parse/react library using the npm distro and bundling with vite, the import fails with the following error: ~~~ inherits.js:9 Uncaught TypeError: Super expression must either...
```javascript const { isLive, isSyncing, isLoading, results, error } = useParseQuery(query); ``` 1. when `query` changes you get ```javascript { results: resultsOfPreviousQuery, isLoading: false, isLive: true, isSyncing: false, error: undefined...
 Trying to connect to my parse server on anon login and when trying to read results console throws this error. Any ideas?
I'd like to request a feature / bug useParseQuery works good in mount/unmout scnearios, but with react-navigation they dont have this lifecycles so it is impossible to use `useParseQuery `...
Hi, Problem: current user data is in plain text form, anyone one access and read Solution tried: i just checked parse documents and found this link https://docs.parseplatform.org/js/guide/#encrypting-current-user, but it's not...
Update the dependencies from the main package.json and all the modules under /packages. I also replaced the npm script "lerna bootstrap" for "lerna exec -- npm install" which should do...
adding masterkey
Bumps [@sideway/formula](https://github.com/sideway/formula) from 3.0.0 to 3.0.1. Commits 5b44c1b 3.0.1 9fbc20a chore: better number regex 41ae98e Cleanup c59f35e Move to Sideway See full diff in compare view Maintainer changes This version...