An open API service indexing awesome lists of open source software.

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

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.