Overview
Last updated
Last updated
Using traditional reactive web frameworks like , or makes web development more akin to desktop development.
It's not immediate to get to grips with their programming model, and they require a non trivial setup for even the simpler projects.
Trillo is a groundbreaking alternative which tries to restore as much simplicity as possible while preserving the advantages of a reactive framework:
it turns HTML itself into a ,
it generates fully out of the box,
it makes it trivial to create your own ,
it makes it easy to create your own .
It's implemented as a customizable server for . It augments HTML with :
-prefixed , [[...]]
, and <:...>
, and it's easy to pick up.
Page-specific JavaScript code for both the client and the server is compiled on the fly as needed — you only have to focus on page logic and the server takes care of the rest, no matter what IDE or code editor you're using.
Trillo removes all the boilerplate associated with JS-oriented reactive frameworks, while still encouraging good practices and code reuse. You'll be surprised at how effective it can be.