May 2017
Intermediate to advanced
388 pages
7h 30m
English
To get the books from the product collection, we query the collection by department id books:

export default createContainer(() => { return { products: ProductsCollection.find({department: 'books'}).fetch() };}, Books);
Read now
Unlock full access