javascript - Does React.js have a basic Flux implementation? -
i new react.js , enjoying lot. came across flux architecture while reading react.js documentation. understand flux pattern , there many flux implementations out there – including facebook's own. know react.js can used without flux implementation.
my question is: safe react.js has own (small) flux implementation embedded within it? in opinion, don't see other way react.js achieve uni-directional data-flow without having own flux implementation – is, of course, replaceable other flux implementations.
flux pattern handling application state , react view library. don't have use flux react, it's preferred way.
most popular flux implementation seem redux nowadays.
Comments
Post a Comment