A great library to easily do html componentization and similar things
npm install htactHtAct is a simple yet efficient library for HTML and JavaScript that allows you to write cleaner code. This library enables you to use files within each other using JavaScript. You might be confused by this statement, but you'll understand better as we continue. Additionally, I would be happy to hear your feedback.
- Easy to Use: you can easily use it
- One of the best: uses modern methods to improve performance
You can install HtAct using npm:
``bash`
npm install htact
`html
Header -> "Header",
Footer -> "footer/Footer"
@[Header]main
@[Footer]
`
`html`
Header -> "Header",
Footer -> "footer/Footer"
`html`
@[Header]
@[Footer]
`html``