Phlex
Object-oriented views in Ruby
...It allows developers to write UI components entirely in Ruby, providing full control over structure, logic, and rendering without mixing HTML and templating syntax. One of its key advantages is performance, as it can render HTML extremely quickly while maintaining predictable scaling even with complex component hierarchies. Phlex integrates seamlessly with Ruby on Rails and supports common tools such as Tailwind CSS, Stimulus, and Turbo, making it easy to incorporate into modern Rails applications. It also emphasizes safety and maintainability by preventing common issues such as cross-site scripting through structural design and strict data handling. ...