Bring your HTML to life.
Corset binds JavaScript to HTML. It doesn't matter how the HTML is produced and Corset doesn't need to own your templating choice. Instead it uses a CSS-like syntax to enhance whatever you give it.
Reactive UI without the complexity of SPA frameworks. Use any backend you like; bind to the HTML you already produced.
Corset binds JavaScript to HTML. It doesn't matter how the HTML is produced and Corset doesn't need to own your templating choice. Instead it uses a CSS-like syntax to enhance whatever you give it.
Inherits from CSS syntax, providing straightfoward ways to bind to DOM for every scenario you have.
Optimized to only recompute when something changes in your sheet, preventing you from worrying about performance.
Corset is based on progressive enhancement, an industry best practice, and doesn't care or need to know how you build your backend.