Parse-sdk-js: Works with React.js ?

Created on 5 Jun 2017  路  2Comments  路  Source: parse-community/Parse-SDK-JS

I can use it with React.js, I have see with React Native but not with react.js,

I can use it for a react.js project ?

resolved

Most helpful comment

To work with react.js you should use the normal parse library as it is plain javascript

If you are using a module bundler:

let Parse = require('parse');

On ES6:

import Parse from 'parse';

on Typescript:

import * as Parse from 'parse';

All 2 comments

To work with react.js you should use the normal parse library as it is plain javascript

If you are using a module bundler:

let Parse = require('parse');

On ES6:

import Parse from 'parse';

on Typescript:

import * as Parse from 'parse';

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

futureinapps picture futureinapps  路  3Comments

anhhtz picture anhhtz  路  3Comments

bezi picture bezi  路  4Comments

dylankbuckley picture dylankbuckley  路  4Comments

jlnquere picture jlnquere  路  4Comments