Meteor Cookbook
eBook - ePub

Meteor Cookbook

Isaac Strack

Share book
  1. 364 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

Meteor Cookbook

Isaac Strack

Book details
Book preview
Table of contents
Citations

Frequently asked questions

How do I cancel my subscription?
Simply head over to the account section in settings and click on ā€œCancel Subscriptionā€ - itā€™s as simple as that. After you cancel, your membership will stay active for the remainder of the time youā€™ve paid for. Learn more here.
Can/how do I download books?
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
What is the difference between the pricing plans?
Both plans give you full access to the library and all of Perlegoā€™s features. The only differences are the price and subscription period: With the annual plan youā€™ll save around 30% compared to 12 months on the monthly plan.
What is Perlego?
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, weā€™ve got you covered! Learn more here.
Do you support text-to-speech?
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Is Meteor Cookbook an online PDF/ePUB?
Yes, you can access Meteor Cookbook by Isaac Strack in PDF and/or ePUB format, as well as other popular books in Computer Science & Application Development. We have over one million books available in our catalogue for you to explore.

Information

Meteor Cookbook


Table of Contents

Meteor Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Support files, eBooks, discount offers, and more
Why Subscribe?
Free Access for Packt account holders
Preface
What this book covers
What you need for this book
Who this book is for
Sections
Getting ready
How to do itā€¦
How it worksā€¦
There's moreā€¦
See also
Conventions
Reader feedback
Customer support
Downloading the example code
Downloading the color images of this book
Errata
Piracy
Questions
1. Optimizing Your Workflow
Introduction
Installing Meteor
Getting ready
How to do it...
How it works...
There's more...
Finding documentation for Meteor
How to do itā€¦
How it worksā€¦
There's moreā€¦
Getting help with questions
How to do itā€¦
How it worksā€¦
Stack Overflow
Meteor forums
The #meteor on IRC
There's moreā€¦
Setting up your project file structure
Getting ready
How to do itā€¦
How it worksā€¦
client/server
main/lib
public/private
both
There's moreā€¦
See also
Setting up your development environment
Getting ready
How to do itā€¦
How it worksā€¦
There's moreā€¦
See also
Using the web console
Getting ready
Safari
Firefox
Chrome
How to do itā€¦
How it worksā€¦
There's moreā€¦
Deploying a test app to Meteor
Getting ready
How to do itā€¦
How it worksā€¦
There's moreā€¦
See also
Deploying to Meteor using a CNAME redirect
Getting ready
How to do itā€¦
How it worksā€¦
See also
Deploying to a custom hosted environment
Getting ready
How to do itā€¦
How it worksā€¦
There's moreā€¦
See also
Deploying with Meteor Up (MUP)
Getting ready
How to do itā€¦
How it worksā€¦
See also
Using CoffeeScript
Getting ready
How to do itā€¦
How it worksā€¦
See also
Using CSS compilers
Getting ready
How to do itā€¦
Using Stylus
Using Less
Using SCSS / SASS
How it worksā€¦
See also
2. Customizing with Packages
Introduction
Adding Meteor packages
Getting ready
How to do it...
How it works...
There's moreā€¦
See also
Removing Meteor packages
Getting ready
How to do itā€¦
How it worksā€¦
There's moreā€¦
Discovering new packages with Atmosphere
Getting ready
How to do itā€¦
How it worksā€¦
There's moreā€¦
See also
Creating a multipage application with Iron Router
Getting ready
How to do itā€¦
How it worksā€¦
There's moreā€¦
See also
Building a custom package
Getting ready
How to do itā€¦
How it worksā€¦
There's moreā€¦
See also
Using npm modules
Getting ready
How to do itā€¦
How it worksā€¦
There's moreā€¦
See also
Publishing custom packages to Atmosphere
Getting ready
How to do itā€¦
How it worksā€¦
There's moreā€¦
See also
3. Building Great User Interfaces
Introduction
Inserting templates with Spacebars
Getting ready
How to do it...
How it works...
There's moreā€¦
Inserting raw HTML using triple braces
Getting ready
How to do itā€¦
How it worksā€¦
See also
Creating dynamic lists
Getting ready
How to do itā€¦
How it worksā€¦
There's moreā€¦
See also
Building a smooth interface with Bootstrap
Getting ready
How to do itā€¦
How it worksā€¦
There's moreā€¦
See also
Creating customized global helpers
Getting ready
How to do itā€¦
How it worksā€¦
There's moreā€¦
See also
Creating custom components
Getting ready
How to do itā€¦
How it worksā€¦
There's moreā€¦
See also
Using reactivity with HTML attributes
Getting ready
How to do itā€¦
How it worksā€¦
See also
Using dynamic templates
Getting ready
How to do it...
How it worksā€¦
There's moreā€¦
See also
Animating DOM elements
Getting ready
How to do it...
How it worksā€¦
There's moreā€¦
See also
4. Creating Models
Introduction
Implementing a simple collection
Getting ready
How to do it...
How it works...
See also
Using the Session object
Getting ready
How to do itā€¦
How it worksā€¦
There's moreā€¦
See also
Sorting with MongoDB queries
Getting ready
How to do itā€¦
How it worksā€¦
There's moreā€¦
See also
Filtering with MongoDB queries
Getting ready
How to do itā€¦
How it worksā€¦
There's moreā€¦
See also
Creating upsert MongoDB queries
Getting ready
How to do itā€¦
How it worksā€¦
There's moreā€¦
See also
Implementing a partial collection
Getting ready
How to do itā€¦
How it worksā€¦
There's moreā€¦
See also
5. Implementing DDP
Introduction
Reading the DDP stream
Getting ready
How to do it...
How it works...
There's moreā€¦
See also
Using client-only collections
Getting ready
How to do itā€¦
How it worksā€¦
See also
Implementing multiserver DDP
Getting ready
How to do itā€¦
How it worksā€¦
There's moreā€¦
See also
Integrating DDP with other technologies
Getting ready
How to do itā€¦
How it worksā€¦
There's moreā€¦
See also
6. Mastering Reactivity
Introduction
Creating and consuming a reactive value
Getting ready
How to do it...
How it works...
There's moreā€¦
See also
Using Ajax query results in ReactiveVar
Getting ready
How to do itā€¦
How it worksā€¦
See also
Making a custom library reactive
Getting ready
How to do itā€¦
How it worksā€¦
See also
Updating Blaze templates without Mongo
Getting ready
H...

Table of contents