Skip to content

Latest commit

 

History

History
61 lines (38 loc) · 3.42 KB

README.md

File metadata and controls

61 lines (38 loc) · 3.42 KB

README

Hotwire is the default frontend solution shipped in Rails. It's a set of tools that allow you to build modern web applications without using much JavaScript.

It is a frontend solution, and it can work with any backend framework.

This repository contains useful resources to help you use Hotwire in your Python web projects.

Django

Helpers

Projects

Learning Resources

Blog Posts

Flask

Helpers

  • turbo-flask Integration of Hotwire's Turbo library with Flask.

Projects

Learning Resources

Pyramid

Projects