© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Imran Khan
Software Developer
Hi Everyone,
I think it's a dumb question to be asked. Why in react dev tool showing t tag in the first place. Is it something component is named that way or it's just something specific to the react dev tool.
Answers really appreciated.
Thank You
Jan Sedloň
Student
As far as I know, t tag is shown only in production mode.
Thank you !!
Serdar Sanri
Sr. Frontend Developer
Yes, short tags will be replaced with your original component tags in production build. Otherwise your entire source code will be pretty obvious.
Jan Sedloň
Student
As far as I know, t tag is shown only in production mode.