Skip to content

parallelsio/meteor-deps-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Note that Meteor recently changed the name of Deps to Tracker Both should work and are identical. Most tutorials online still refer to it as Deps

based on: http://robertdickert.com/blog/2013/11/14/why-is-my-meteor-app-not-updating-reactively https://meteor.hackpad.com/DRAFT-Understanding-Deps-aAXG6T9lkf6 http://manual.meteor.com/#tracker


Meteor reactivity (binding) works with 2 key parts

A) a function, placed inside a computation, also known as reactive *context

B) a data source set up to "be" reactive. The data source keeps track of which computations are called on it, also know as it's dependencies.


About

a demo app to explore Meteor Deps (Tracker, same thing)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%