How to implement the Backbone model in the latest Parse js sdk (1.6.2)?

The Parse collection class corresponding to Backbone.Collection is no longer contained in the SDK. He was there at 1.2.13.

+4
source share
1 answer

As of September 9, 2015, the Parse Javascript SDK no longer contains specific base-block-based behavior. You can refer to the previous version of the JS SDK ( http://www.parsecdn.com/js/parse-1.5.0.min.js ) to access specific behavior with the database, but to understand that the branch is no longer supported.

V1.6.0 - SEPTEMBER 9, 2015

New features

ES6. Parse.Object , extend

Parse.Object Parse.Object.registerSubclass()

, React Node

- npm , node.js "require (" parse/node) "" React Native " "require (" parse/react-native ")

JSON Parse.Object.fromJSON()

Parse.Object.prototype.toPointer()

SDK Parse.CoreManager

, , CoreManager

SDK , . , Core SDK - , , Parse + React. Parse.Collection Parse.Objects, .

SDK Underscore.js.

( ) .

, , null . logon .

Parse.Ops

: https://parse.com/docs/downloads

+1

Source: https://habr.com/ru/post/1608549/


All Articles