Ralix - Microframework for building and organizing Rails front-ends
Ralix is a JavaScript microframework with the goal to provide barebones and utilities to help enhance your current Rails (server-side rendered) views. It pairs really well with Turbolinks.
Following the spirit of frameworks like Stimulus, Ralix doesn’t seek to take over your entire front-end logic and rendering. Instead, it’s designed to enhance your HTML ✨
It has no dependencies, a really small codebase (~350 LOC) and it’s actually used in production for around 1 year 🚀
- GitHub: https://github.com/ralixjs/ralix
- Example app: https://github.com/ralixjs/ralix-todomvc
- Live version: https://ralix-todomvc.herokuapp.com
Post a comment