[ANN] hx: A simple, easy to use library for React development in ClojureScript

Today I’m formally announcing a library I’ve been working on: hx. It is a simple, easy to use library for React development in ClojureScript.

hx gives you an extremely thin-but-familiar interface to React. It includes an ergonomic Hiccup-like syntax (very similar to Reagent) and a couple of helper macros for defining React components.

With the release of React Hooks, I see a library like hx as being very desirable for many projects so that we can continue to leverage modern React features like Hooks, Suspense, Concurrent mode, and improvements to SSR that are coming in the next year.

Feedback, questions, issues, enhancements and help are all appreciated! Reach out to me here or via Github.

6 Likes

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.