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/app/nrr
Tasso Evangelista a4a2fedcc5
Chore: Move client helpers (#23178)
4 years ago
..
client Chore: Move client helpers (#23178) 4 years ago
README.md Move files from packages to imports 6 years ago
index.js Remove some index.js files routing for server/client files (#13772) 6 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}}