The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/packages/rocketchat-nrr
Rodrigo Nascimento 6e88d4d474
Removal of Meteor global variable (#12371)
7 years ago
..
README.md
nrr.js Removal of Meteor global variable (#12371) 7 years ago
package.js Add new eslint rules (#11800) 7 years ago

README.md

NRR - Non-Reactive Render

This package adds a helper to render templates with less reactivity and computations. This is ideal to improve the render of a high amount of data.

Use

{{#nrr nrrargs 'templateName' dataContext}}{{/nrr}}

or

{{#nrr nrrargs 'templateName' data1=data1 data2=data2}}{{/nrr}}

Example

{{#nrr nrrargs 'message' message}}{{/nrr}}