imba / docs.imba.io

📝The official Imba documentation
https://docs.imba.io
4 stars 3 forks source link

Docs: Tag rendering #5

Open tomcam opened 8 years ago

tomcam commented 8 years ago

One of the most important things to understand (and therefore to explain) is how the tag rendering actually works. Grasping the fact that each tag is basically translated to a chain of method calls, and how the static parts of this chain is cached and reused in rendering inside is crucial, but it is probably not easy for you to learn that on your own.

aalemayhu commented 5 years ago

Related-to: imba/imba.io#25