
A Ruby template language and component framework inspired by JSX and React
Rbexy is a Ruby template language that is inspired by JSX. It allows developers to work with HTML elements and custom components using an interchangeable syntax in Rails server-rendered apps. By combining Rbexy with CSS Modules in the Webpacker PostCSS pipeline, developers can have a seamless frontend development experience while maintaining the efficiency of Rails.
Rbexy is a Ruby template language that brings the elegance of JSX to Rails server-rendered apps. It allows developers to work with HTML elements and custom components using an interchangeable syntax. By combining it with CSS Modules and leveraging existing Rails features like RailsUJS, Turbolinks, and StimulusJS, developers can build modern user experiences while writing and maintaining less code. With support for Ruby classes as components, customizable component resolution, and various template syntax features, Rbexy offers a powerful and efficient frontend development experience in Rails.

Ruby on Rails, often referred to as Rails, is an open-source web application framework written in Ruby. Known for its convention over configuration and don't repeat yourself (DRY) principles, Rails simplifies and accelerates the development of database-backed web applications.