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
Seems like it would make sense! :)
The text was updated successfully, but these errors were encountered:
I use both collection hooks and collection helpers, and have a hard time thinking about not having them....
Sorry, something went wrong.
Not against this! Is there a specific implementation pattern you have in mind @dburles or just having support from scratch?
Hmm, say the Documents collection example is updated to include firstName and lastName fields you could then write something like this as an example:
Documents.helpers({ fullName() { return `${this.firstName} ${this.lastName}`; }, });
Otherwise I think it would make sense to just add support from scratch with the example listed in the documentation.
No branches or pull requests
Seems like it would make sense! :)
The text was updated successfully, but these errors were encountered: