https://github.com/meteor-svelte/tracker-example
Tracker integration example
https://github.com/meteor-svelte/tracker-example
Last synced: 2 months ago
JSON representation
Tracker integration example
- Host: GitHub
- URL: https://github.com/meteor-svelte/tracker-example
- Owner: meteor-svelte
- Created: 2017-01-04T14:29:20.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-04-22T19:13:32.000Z (over 6 years ago)
- Last Synced: 2025-04-12T17:44:34.797Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 28.3 KB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tracker-example
Tracker integration example
## About
This example demonstrates how to use reactive data sources in Svelte components.
The Svelte component `/client/Person.svelte` displays a name fetched from MongoDB and a state variable.