Files
rspade_system/node_modules/@jqhtml/core/README.md
root bd5809fdbd Reorganize RSpade directory structure for clarity
Improve Jqhtml_Integration.js documentation with hydration system explanation
Add jqhtml-laravel integration packages for traditional Laravel projects

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-24 09:41:48 +00:00

945 B
Executable File

@jqhtml/core

A jQuery-based component framework for people who think in systems, not pixels.

<Define:User_Card class="card">
  <h3><%= this.data.name %></h3>
  <p><%= this.data.email %></p>
</Define:User_Card>

Components have a simple lifecycle: on_load() fetches data, on_render() sets up the DOM, on_ready() fires when everything's ready. No virtual DOM, no complex state management - just jQuery under the hood.

vs React/Vue: JQHTML is for when you want component structure without the SPA complexity. Great for server-rendered apps (Laravel, Rails, Django) where you need interactive islands, not a full frontend framework.

Status

Alpha release. It works and I use it daily, but expect rough edges. Full documentation and framework plugins coming soon.

If you try it in a project, I'd love to hear about it.


hansonxyz · hanson.xyz · github