From 5a6b9e161e3a1acf9ec628598b40fc7a0043b268 Mon Sep 17 00:00:00 2001 From: Svyatoslav Kryukov Date: Mon, 17 Jun 2024 10:12:31 +0300 Subject: [PATCH] Add external links to README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0927d16..ff1197e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,12 @@ [![Gem Version](https://badge.fury.io/rb/turbo-mount.svg)](https://rubygems.org/gems/turbo-mount) -`TurboMount` is a simple library that allows you to add highly interactive components from React, Vue, Svelte, and other frameworks to your Hotwire application. +`TurboMount` is a simple library that allows you to add highly interactive components from React, Vue, Svelte, and other gframeworks to your Hotwire application. + +### Learn more + +- [The art of Turbo Mount: Hotwire meets modern JS frameworks](https://evilmartians.com/chronicles/the-art-of-turbo-mount-hotwire-meets-modern-js-frameworks) +- [Excel-lent palettes: a demo application for the Turbo Mount gem](https://github.com/skryukov/excellent-palettes) ## Table of Contents - [Installation](#installation)