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
Post a Comment