Here are
231 public repositories
matching this topic...
A ClojureScript framework for building user interfaces, leveraging React
Updated
May 13, 2022
Clojure
Declarative, functional and extensible wrapper of JavaFX inspired by better parts of react and re-frame
Updated
Apr 1, 2022
Clojure
A ClojureScript library of reusable components for Reagent
Updated
Jan 24, 2022
Clojure
A debugging dashboard for re-frame. X-ray vision as tooling.
Updated
May 23, 2022
Clojure
A Leiningen template for creating a re-frame application (client only) with a shadow-cljs build.
Updated
May 22, 2022
Clojure
Real world application built with ClojureScript + re-frame
Updated
Nov 13, 2021
Clojure
Take full control of re-frame app
Updated
May 20, 2022
Clojure
A graphql client for clojurescript and clojure
Updated
May 9, 2022
Clojure
A Leiningen template(Clojure/ClojureScript Project) for Web based desktop application with Electron (atom-shell).
Updated
Oct 6, 2017
Clojure
re-frame with batteries included
Updated
Nov 19, 2021
Clojure
A re-frame "effects handler" for performing Ajax tasks (via cljs-ajax)
Updated
Jan 10, 2022
Clojure
Accounting SPA in Clojure and ClojureScript
Updated
Apr 8, 2022
Clojure
A re-frame effects handler for coordinating the kind of async control flow which often happens on app startup.
Updated
Nov 4, 2021
Clojure
re-pressed is a clojurescript library that handles keyboard events for re-frame applications.
Updated
May 8, 2022
Clojure
Animated music editor in Clojurescript/re-frame
Updated
Apr 16, 2022
JavaScript
Graph based visualization tool for re-frame event chains
Updated
May 18, 2021
Clojure
A Clojure library helping the integration of Keycloak with a Clojure Application + a sample SPA Client and API Server demonstrating the Keycloak integration
Updated
May 11, 2022
Clojure
Clojure ecommerce platform
Updated
Sep 7, 2020
Clojure
A micro structure for reframe data
Updated
Nov 19, 2021
Clojure
Web based Clojure notebook application/-library.
Updated
Jun 27, 2021
Clojure
Cross platform (cljs and clj) utilities for testing re-frame applications
Updated
Nov 4, 2021
Clojure
SaaS buying and decision platform.
Updated
Feb 15, 2020
Clojure
Reactive graph database for re-frame
Updated
Aug 4, 2017
Clojure
📋 A todo example leveraging clean architecture in Clojure
Updated
Jan 9, 2020
Clojure
PingCRM on Clojure - A Clojure/Script fullstack demo application to illustrate how Inertia.js works.
Updated
Aug 26, 2021
Clojure
emacs navigation for re-frame projects
Updated
Mar 27, 2019
Emacs Lisp
The humane Terminal UI for git!
Updated
Jan 15, 2022
Clojure
An undo library for re-frame
Updated
Nov 4, 2021
Clojure
Example of React Native Navigation with re-frame/re-natal
Updated
May 12, 2017
Clojure
Improve this page
Add a description, image, and links to the
re-frame
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
re-frame
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Add custom clj-kondo hooks for macroses to ensure that lint rules are followed inside them.
Macros to be handled:
fx/defn- similarly to defn with check on metadata for::eventsfx/merge- seems like it could be lint'ed as thread macro, plus warn on limitationsdefviewletsubs- lint as let + check on types for