Aldo Nievas

Results 12 comments of Aldo Nievas

@barrystaes great sample. I'm using it. Thanks.

Same as @eranimo here. Using React-router I can not make auth working checking whether user is logged and redirect to login if not. More then 3 days going around on...

@AzrielLiang I have exactly the same issue. https://github.com/akiran/react-slick/issues/675 have you solved it someway ?

@brandoniffert I'm facing the same issue. Did you solve that someway ? Tks.

You can use https://github.com/rt2zz/redux-persist when setting up store.

Hi, sorry for the delay in answering. Once the project is generated you can change BrowserSync options within gulpfile.js. Check BS docs http://www.browsersync.io/docs/options/#option-host Hope this helps.

Yes, there is no JSX transformer in gulp file. I will do it soon.

I couldn't make willTransitionTo work using this approach. I would use willTransitionTo to check if user is loggedIn but never stop there. My sample https://github.com/alduro/flux-isomorphic-app/blob/master/app/shared/components/Restaurant.js Maybe I'm missing something but...

Thanks kkaefer for your answer. please see this code https://gist.github.com/1076231 What did I miss where ? Thanks again.

views/Home.bones view = Backbone.View.extend({ el: 'view', initialize: function(){ this.render(); } }); Home.server.bones: views['Home'].prototype.render = function() { this.el = templates.Home(); return this; };