erikras / erikras/react-redux-universal-hot-example
Initializing Parse Database with API
Open
- Dominant language
- JavaScript
- Stars
- 12.1k
- Forks
- 2.5k
- PR merge metrics
- No merged PRs in 30d
Description
I'm trying to initialize a global variable which I can access from all files in my `api/actions` file. However I'm not sure where I should initialize it. It keep saying `Parse is not defined`.
``` javascript
import Parse from 'parse/node';
import localStorage from 'localStorage';
import XMLHttpRequest from 'xmlhttprequest';
Parse.initialize("", '');
```
Contributor guide
Assessment
This issue has not been assessed yet.