Relevant article on avoiding Javascript heaviness

Recent article

https://dev.to/winduptoy/a-javascript-free-frontend-2d3e

It describes some good hints about how to built HTML/CSS focused websites that operate well. We’re already in that direction, and regardless of whether our front-end stays tied to Haskell in the long-term, we still want to keep our lightweight progressive approach if we can (the article discusses many of the reasons to value this direction).

We could use his css trick for a “pop-up” login box…

1 Appreciation