Prabin
Member since Mar 18, 2015
- Profile: /members/12590-prabin.htm
- Comments: 2
Recent Blog Comments By Prabin
-
Should Flux Change The Way That I Think About ReactJS Components?
Posted on Aug 5, 2015 at 8:05 AM
Great points Ben. I'm also learning React, and the first step fort me is deciding on the component tree. Once you have that, it is easier to fit the component or component hierarchy with a store, and see what actions the components should propagate. Just curious, what flux implementation do you use... read more »
-
ng-Template Requests Are Affected By $http Interceptors In AngularJS
Posted on Mar 18, 2015 at 9:05 PM
Ben, as always, thanks for finding out these hidden angular tips and gotchas. Just wondering, is there a reason that you don't use build time tools like grunt-ngtemplate or gulp-ngtemplate to add the partial views $templateCache? We use this method to reduce the number of http request when loading /... read more »