kadirahq / mantra

Mantra - An Application Architecture for Meteor
https://kadirahq.github.io/mantra/
978 stars 52 forks source link

What Book Do I Need to Read? #167

Closed VikR1000 closed 8 years ago

VikR1000 commented 8 years ago

As a Meteor/React/Mantra newbie, I have a lot of getting-up-to-speed to do. For example, I have the meteor-mantra-kickstarter-0.2.1 project running. I'm looking at how it does accounts. I see there are about 10+ different files that interact in various ways to handle accounts, in client/modules/_users/components, in /client/modules/_users/composers/account, in /client/modules/_users/composers/users, and elsewhere. I have no idea what's going on yet.

Meteor Guide 1.3 doesn't seem to address how to access accounts-ui outside of Blaze. Is there a book or books that I can read to tell me an elegant way to implement accounts in Mantra?

arunoda commented 8 years ago

Try this one: https://gumroad.com/l/meteorreact2

VikR1000 commented 8 years ago

I asked about this book on Meteor forums, and received a response from a forum member saying:

It shows you how to add accounts-password and wire up a login & registration component but not actually use it. The book feels very light on content and most of the features are half complete so I would suggest you wait for the updated version of the book.

Still, if that's the best available documentation at this time, I think I'll have a look.

VikR0001 commented 8 years ago

I got the book last night. It's exactly what I need. I'm enjoying it and learning a lot.