© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Mohit Kumar
Developer
Why writing HTML feels slow Writing HTML like this: <div> <ul> <li></li> <li></li> <li></li> </ul> </div> …feels repetitive. Now imagine writing this in one line: div>ul>li*3 And it
No responses yet.