Contributions

Article
Usually, a page sends a request to the server to receive new data. That is how most of us develop the web nowadays. What if I told you there is another way to get the data to the page? With server-sent events, a server can send new data to a web page at any time by pushing messages to the web page.
Article
Read a detailed dive into all the new changes inside the 2.1.6 version.
Article
Get a grip of when your async requests finish in the new version of render_async
Article
Svelte is slowly rising to fame these days and it’s getting more and more traction with new version 3 being released in April. If you’re interested in how to get started with Rails and Svelte, this is the right post for you! We’ll go through the whats, the whys, and the hows between the two.
Tool
render_async allows you to load partials by reacting with a specific HTML element.

If you want your partial to be loaded when a button is clicked or hovered over, you can specify that in new render_async 2.1.1 version

Also, you can start and stop polling a controller action with render_async using the new toggle feature.
Article
Write simple HTML polling using Ruby on Rails ONLY.
Library
render_async lets you include pages asynchronously with AJAX