aniftyco / kubit

Full stack web framework for Node.js
https://kubitjs.com/
MIT License
25 stars 2 forks source link

1st party package: Htmx #22

Open joshmanders opened 8 months ago

joshmanders commented 8 months ago

Be nice to have a package that extends Adonis/Kubit to add features for working with htmx in an application as that'll be a primary tool in all our apps.

Based loosely on https://github.com/mauricius/laravel-htmx.

We can extend the Request class to add some of the helpers and look into seeing if we can extend Edge to have support for fragments too.