Technology RadarTechnology Radar
This item was not updated in last three versions of the Radar. Should it have appeared in one of the more recent editions, there is a good chance it remains pertinent. However, if the item dates back further, its relevance may have diminished and our current evaluation could vary. Regrettably, our capacity to consistently revisit items from past Radar editions is limited.
Trial

We have some smaller Svelte projects at AOE, and there are some features we would like to further explore, such as:

  • Compatibility with other libraries or frameworks
  • Server-side rendering by default
  • Exceptional performance
Assess

Svelte is neither a language nor a framework, but actually a compiler. It compiles HTML templates to specialized code that manipulates the DOM directly, which may reduce the size of transferred files and give better client performance.

It is surprisingly easy to work with, and we currently assess it in an internal project.