-
I prefer the template tag API, but have been changing them to I haven't looked too deep into twrnc performance - is there a penalty to one approach over the other? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
the template tag de-sugars to some calls to |
Beta Was this translation helpful? Give feedback.
the template tag de-sugars to some calls to
tw.style()
so technically,tw.style()
would be a smidge faster, but it shouldn't matter in practice. twrnc is heavily cached and performs really well, it's unlikely that would be a source of performance problems.