tmeasday / meteor-router

MIT License
366 stars 76 forks source link

Update README.md #62

Closed josmardias closed 11 years ago

josmardias commented 11 years ago

I'm getting a better experience isolating {{ renderPage }} like in:

{{#isolate}} {{renderPage}} {{/isolate}}

This way, the rest of the layout will not be re-rendered each time we navigate to other page.

tmeasday commented 11 years ago

Thanks @josmardias although I think {{renderPage}} should do this by default. Opened #63