Show HN: PraxisJS – signal-driven front end framework and AI experiment
2 points| mateusgx | 3 hours ago |praxisjs.org
PraxisJS started as a personal project. It reflects a single perspective on frontend design, not a committee decision, not a consensus. I wanted to see how far you can push explicitness before it becomes friction.
Most frameworks optimize for writing less. PraxisJS questions that tradeoff. @State doesn’t suggest reactivity, it is reactive, visible in the code. Signals reach the DOM without a reconciliation layer in between (the renderer is still evolving toward that goal).
It also became an AI-assisted experiment, not to automate thinking, but to pressure-test ideas. Some parts came from that collaboration. Some exist because it failed.
v0.1.0 beta, experimental, not production-ready. But the ideas are real.
No comments yet.