awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Lokeh avatar

Lokeh/hx

0
View on GitHub↗
245 stars·16 forks·Clojure·MIT·3 views

Hx

A simple, easy to use library for React development in ClojureScript.

Features

  • React Interface - Simple library for building React components with idiomatic syntax.

Star history

Star history chart for lokeh/hxStar history chart for lokeh/hx

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Hx

Similar open-source projects, ranked by how many features they share with Hx.
  • day8/re-comDay8 avatar

    Day8/re-com

    820View on GitHub↗

    A ClojureScript library of UI components for Reagent.

    Clojure
    View on GitHub↗820
  • day8/re-frameday8 avatar

    day8/re-frame

    5,532View on GitHub↗

    re-frame is a functional framework for building single-page applications in ClojureScript. It provides a centralized, immutable database that serves as the single source of truth for the entire application state, enforcing a strict unidirectional data flow where events trigger state transitions and subsequent view updates. The framework distinguishes itself through a reactive signal graph and an interceptor-based middleware pipeline. By treating application logic as a sequence of data-driven events and declarative side effects, it decouples business logic from the view layer. This architectur

    Clojureclojurescriptre-framereact
    View on GitHub↗5,532
  • levand/quiescentlevand avatar

    levand/quiescent

    609View on GitHub↗

    A lightweight ClojureScript abstraction over ReactJS, emphasizing its ability to (re)render immutable values efficiently.

    Clojure
    View on GitHub↗609
  • lilactown/helixlilactown avatar

    lilactown/helix

    673View on GitHub↗

    ClojureScript optimized for modern React development.

    Clojure
    View on GitHub↗673
See all 8 alternatives to Hx→

Frequently asked questions

What does lokeh/hx do?

A simple, easy to use library for React development in ClojureScript.

What are the main features of lokeh/hx?

The main features of lokeh/hx are: React Interface.

What are some open-source alternatives to lokeh/hx?

Open-source alternatives to lokeh/hx include: day8/re-com — A ClojureScript library of UI components for Reagent. day8/re-frame — re-frame is a functional framework for building single-page applications in ClojureScript. It provides a centralized,… levand/quiescent — A lightweight ClojureScript abstraction over ReactJS, emphasizing its ability to (re)render immutable values… lilactown/helix — ClojureScript optimized for modern React development. omcljs/om — Om is a frontend state management library and reactive user interface framework that integrates ClojureScript… peterhudec/cljsx — cljsx tries to make it as easy as possible to use plain, unwrapped [React] (or any other virtual dom) and all the…