DEV Community

Discussion on: React Without JSX, t7 To The Rescue!

Collapse
 
toomim profile image
Michael Toomim

Performance looks like it might have issues:

It's highly recommended that the t7-precompiler is used when deploying to a production environment. The precompiler will greatly reduce memory usage, startup speeds and template compile times.

github.com/trueadm/t7#performance

But I would really like to see this measured to know if it's a problem in practice.

Collapse
 
kayis profile image
K

I also read HTM, an alternative to t7, has that recommendation from its creators.

Thread Thread
 
toomim profile image
Michael Toomim

Can you post a link please?

Thread Thread
 
kayis profile image
K