Skip to content

Commit

Permalink
Add Hotwire
Browse files Browse the repository at this point in the history
  • Loading branch information
gamtiq committed May 23, 2024
1 parent 61cc241 commit 1262511
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@
* [choo](https://github.com/yoshuawuyts/choo) - framework for creating sturdy frontend applications.
* [cyclow](http://cyclow.js.org) - a reactive frontend framework.
* [Ember](http://emberjs.com/) - a framework for creating ambitious web applications.
* [Hotwire](https://hotwired.dev/) - an alternative approach to building modern web applications without using much JavaScript by sending HTML instead of JSON over the wire.
* [HyperApp](https://github.com/hyperapp/hyperapp) - a JavaScript library for building frontend applications.
* [Mithril](https://mithril.js.org/) - a modern client-side Javascript framework for building Single Page Applications.
* [qooxdoo](http://www.qooxdoo.org/) - a universal JavaScript framework that enables you to create applications for a wide range of platforms.
Expand Down
1 change: 1 addition & 0 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
- [choo](https://github.com/yoshuawuyts/choo) - 用于创建坚固的前端应用程序的框架。
- [CycloW](http://cyclow.js.org/) - 一个反应式前端框架。
- [Ember](http://emberjs.com/) - 一个用于创建雄心勃勃的Web应用程序的框架。
- [Hotwire](https://hotwired.dev/) - 这是一种无需使用大量 JavaScript 即可构建现代 Web 应用程序的替代方法,即通过网络发送 HTML 而不是 JSON。
- [HyperApp](https://github.com/hyperapp/hyperapp) - 一个用于构建前端应用程序的JavaScript库。
- [Mithril](https://mithril.js.org/) - 一个现代的客户端Javascript框架,用于构建单页应用程序。
- [qooxdoo](http://www.qooxdoo.org/) - 一个通用的JavaScript框架,使您能够为各种平台创建应用程序。
Expand Down

0 comments on commit 1262511

Please sign in to comment.