DEV Community

Cover image for CRUD Actions with Turbo Streams and Turbo Frames
timnans
timnans

Posted on

CRUD Actions with Turbo Streams and Turbo Frames

Turbo Frames allow predefined parts of a page to be updated on request. Any links and forms inside a frame are captured, and the frame contents automatically updated after receiving a response. Regardless of whether the server provides a full document, or just a fragment containing an updated version of the requested frame, only that particular frame will be extracted from the response to replace the existing content. We will learn how to implement CRUD actions in our rails applications
Github: https://github.com/railsdrill/22-CRUD-Actions-with-Turbo-Streams-and-Turbo-Frames

Oldest comments (0)