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
Guilherme Gazzo cc34120fc6 [IMPROVE] Remove NRR (#16071) 5 years ago
..
client [IMPROVE] Remove NRR (#16071) 5 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}}