mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
524 B
524 B
This tutorial is where to start learning the basics of Meteor with React. In this tutorial, we will build a To-Do app that will insert and fetch data from MongoDB, authenticate users with passwords.
We will create, update, and remove tasks using Methods, and present them with real-time updates using Publications and Subscriptions.