Rashad Gover, 'Hypermedia-Driven Web Apps in Haskell'

preview_player
Показать описание
Abstract: In this talk I present a new approach to building web apps in Haskell, using htmx. htmx gives you access to AJAX, CSS Transitions, WebSockets and Server Sent Events directly in HTML, using attributes, so you can build modern user interfaces with the simplicity and power of hypertext. With the power of this technology, Haskellers can now build 100% Haskell web apps without depending on GHCJS. I’ll also be briefly showcasing a new microframework based on monadic parsing called Okapi. Okapi was inspired by F#’s Giraffe, and is meant to be a lightweight, simple tool used for rapid prototyping and learning server-side web development.
Рекомендации по теме
Комментарии
Автор

Hey, great talk! I am wondering how you get the hx attributes for lucid?

SantiagoGarcia-rhig