Apollinaire Lecocq
Apollinaire Lecocq
To publish the extension on Google you need to zip it first. This script, that can be run with `npm run zip` will build the extension and zip its content...
For the following schema the functions `onUpdate` and `onCreate` never run: ```js const NestedObject = new SimpleSchema({ nestedField: { type: String, canRead: ['members'], onUpdate: () => 'has been updated', onCreate:...
The markdown plugin has a nice and simple way to configure how it deals with content, by just passing the name of the routes you want it to handle. However,...
### General thoughts Excellent tutorial, good walkthrough of the framework for level zero beginners. The way it's done makes it really to understand the global architecture of the framework, it's...