javascript - React library similar to Backbone Models/Collections -


is there library helps manipulating downloaded json structure? mean making helpers in bb models eg. isclosed() equivalent this.stage === 'open' , one.

if not have idea how implement type of behavior in plain react, without using bb? dont wanna use redux in case because fetching lot of nested json structure data , sharing within 1 parent component.

if want use backbone models/collections in react, can checkout library binds backbone models/collections react view. i.e. when data changes, react view trigger forceupdate. here link react.withbackbone


Comments

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -