We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the specs at 2.5State Management, the bullet point with "Meteor/MiniMongo (Remote State)"suggests that Meteor/MiniMongo is a Remote State.
However, Meteor/MiniMongo is located at the client and therefore a Local State.
And yes, in most of the use cases MiniMongo is connected with a real Mongo database on a server but that is not mandatory.
The text was updated successfully, but these errors were encountered:
yes ,minimongo can be used as Local State by deifine a collection and pass null to it, then it is a pure client collection,for example:
const Errors = new Mongo.Collection(null);
but always this is not nesscery,for reactive-dict is enough.
Sorry, something went wrong.
No branches or pull requests
In the specs at 2.5State Management, the bullet point with "Meteor/MiniMongo (Remote State)"suggests that Meteor/MiniMongo is a Remote State.
However, Meteor/MiniMongo is located at the client and therefore a Local State.
And yes, in most of the use cases MiniMongo is connected with a real Mongo database on a server but that is not mandatory.
The text was updated successfully, but these errors were encountered: