Flash messages with Toast.js and Turbo
I don’t need to emphasize the huge use that notifications have in modern applications, we can just think of everyday situations. You go into a website that has a contact form, fill in your email, subject, […]
I don’t need to emphasize the huge use that notifications have in modern applications, we can just think of everyday situations. You go into a website that has a contact form, fill in your email, subject, […]
In modern web applications, providing a smooth and responsive user experience is paramount. Infinite scrolling is a popular technique that loads content dynamically as the user scrolls, eliminating the need for traditional pagination controls. In this […]
In this article, we’re going to keep digging into the cool stuff that Turbo and Hotwire have to offer. This time we’re going to build a Planning Poker web application, enabling users to participate in estimation […]
One of the things I like most about Hotwire is the ability to change the elements of different sessions through broadcasts. We could already do this with ActionCable and some JavaScript, but thanks to Hotwire, we […]