alt
alt copied to clipboard
Potentially missing parts in "Getting started"
Hi
I think the getting started might be missing some explanations about those two points :
- what should there be in the "app.js" file ?
- where should you get the "connectToStores" function from ?
Is it explained somewhere else than in the GS guide ?
Thanks
I'm sorry can you link me to where this should be? I'm a bit confused.
Sure, sorry. I'm refering to this pages :
- http://alt.js.org/guide/ (there is an 'app.js', but I don't think it's described anywhere in the guide ; which makes it a bit tricky to copy / paste the examples and get something running
- http://alt.js.org/guide/container-components/ (there is a call to 'connectToStores', but I could not find where it's defined, or how it should be called.)
I might very well be missing a part of the doc, so all apologies if you have to RTFM me !
Good call. I'll update the docs
@goatslacker please update the docs. also not sure where to find connectToStores.
connectToStores is now a separate repo: https://github.com/altjs/connect-to-stores
thanks! @goatslacker please update the readme!