You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the view : html elements + their class names (with context describe only in one place)
with {a} or @A for variables
with loops and a clean syntax (either à la angular: an element is repeated, or à la mustache a delimited block is repeated) ? Think about it
which provides methods for events (just by naming them)
and with parameters passed to elements <Toto(@A, @b, @c)>
Most probably just use mustache (at compile-time!)
The text was updated successfully, but these errors were encountered:
For the view : html elements + their class names (with context describe only in one place)
with {a} or @A for variables
with loops and a clean syntax (either à la angular: an element is repeated, or à la mustache a delimited block is repeated) ? Think about it
which provides methods for events (just by naming them)
and with parameters passed to elements <Toto(@A, @b, @c)>
Most probably just use mustache (at compile-time!)
The text was updated successfully, but these errors were encountered: