Live Reload на JVM

В этой статье я хотел бы обобщить всё, что мы знаем про Hot/Live Reloading на JVM, и далее показать, как я пришел к реализации универсального Live Reloading решения для любых веб-приложений на JVM. Вкратце, в этой статье мы: 🔹 Попробуем сформулировать, какие виды релоадинга бывают. 🔹 Подробно рассмотрим, какие реализации существуют на JVM. 🔹 И немножко обсудим детали реализации универсального решения, и что вообще к нему привело.

https://habr.com/ru/articles/974004/

#java #scala #kotlin #hotreload #livereload

Live Reload на JVM

В этой статье я хотел бы обобщить всё, что мы знаем про Hot/Live Reloading на JVM, и далее показать, как я пришел к реализации универсального Live Reloading решения для любых веб-приложений на JVM....

Хабр
ttcli 1.8.0 released which allows to select between Tailwind CSS 3 or the new version 4. Also some of the webjars have been updated. See https://github.com/wimdeblauwe/ttcli/releases/tag/1.8.0 for details. #springboot #thymeleaf #livereload
Release 1.8.0 · wimdeblauwe/ttcli

Changelog 🚀 Features 88e660d feat: Allow Tailwind CSS version 3 or 4 selection 🛠 Build 2af9a48 build: Update to Shoelace 2.20.0 030ef0a build: Update to htmx 2.0.4 355c93d build: Update to Alpi...

GitHub
🤔 Couldn't (easily) get any #Deno modules to do #LiveReload so this morning I'm seeing if it's possible to run #NodeJS modules in Deno itself..? #JavaScript #Technology #Software

12 hours later, I think I’ve finally worked out all the kinks in Firefox (and will properly implement them and issue more upstream pull requests tomorrow).

And that, ladies and gents, is web dev: minutes become hours… because browsers!

¯\_(ツ)_/¯

#SiteJS #LiveReload #EventSource #SSE

So this is apparently happening… :)

Related: I could kiss Felix Gnass for his instant module (https://github.com/fgnass/instant). Unless I discover any niggles during testing, adding live reload to Site.js has basically been adding a require and changing on function call.

😍

#SiteJS #LiveReload #dev #js

fgnass/instant

transparent live-reloading. Contribute to fgnass/instant development by creating an account on GitHub.

Has anyone gotten live reload working with golang + docker? I have tried godev, air, goreload libraries but none of them seem to rebuild the code like nodemon. Quite disappointed! #golang #livereload