Closed okmttdhr closed 8 years ago
@okmttdhr I think the comment is still valid, because the Login system with Blaze is client-side only. The current master is broken, is better to switch to a more stable release of this great project https://github.com/jedwards1211/meteor-webpack-react/issues/112
Thank you for the information!
I've decided to create another project https://github.com/okmttdhr/meteor-react-redux-boilerplate
@okmttdhr Fair enough. You might be interested in my meteor-immutable-observer for putting Meteor collections into the Redux store.
I'm getting this same issue. I don't understand what's going, why does this fail? Where is Template.loginButtons supposed to come from? accounts-ui? In another project I'm using "BlazeToReact" thereactivestack:blazetoreact which works.
@vonwao it should be coming from accounts-ui
and accounts-password
. Unless those got taken out?
@jedwards1211 perhaps we should pull the accounts from the example since they seem to be in flux?
@jedwards1211
I got the error when I run Running (dev mode) in Readme.
http://localhost:3000/
Why you need to write
if (!Meteor.isServer)
?