Here are
233 public repositories
matching this topic...
A ClojureScript framework for building user interfaces, leveraging React
Updated
Mar 21, 2021
Clojure
A ClojureScript library of reusable components for Reagent
Updated
Mar 28, 2021
Clojure
Declarative, functional and extensible wrapper of JavaFX inspired by better parts of react and re-frame
Updated
Jan 23, 2021
Clojure
A debugging dashboard for re-frame. X-ray vision as tooling.
Updated
Mar 29, 2021
Clojure
A Leiningen template for creating a re-frame application (client only)
Updated
Mar 31, 2021
Clojure
Real world application built with ClojureScript + re-frame
Updated
Aug 20, 2020
Clojure
Take full control of re-frame app
Updated
Mar 11, 2021
Clojure
A Leiningen template(Clojure/ClojureScript Project) for Web based desktop application with Electron (atom-shell).
Updated
Oct 6, 2017
Clojure
A graphql client for clojurescript and clojure
Updated
Jan 27, 2021
Clojure
re-frame with batteries included
Updated
Jan 13, 2021
Clojure
A re-frame "effects handler" for performing Ajax tasks (via cljs-ajax)
Updated
Mar 21, 2021
Clojure
Accounting SPA in Clojure and ClojureScript
Updated
Mar 29, 2021
Clojure
A re-frame effects handler for coordinating the kind of async control flow which often happens on app startup.
Updated
Mar 21, 2021
Clojure
re-pressed is a clojurescript library that handles keyboard events for re-frame applications.
Updated
Mar 16, 2020
Clojure
Animated music editor in Clojurescript/re-frame
Updated
Mar 10, 2021
JavaScript
Clojure ecommerce platform
Updated
Sep 7, 2020
Clojure
A micro structure for reframe data
Updated
Mar 10, 2021
Clojure
SaaS buying and decision platform.
Updated
Feb 15, 2020
Clojure
Cross platform (cljs and clj) utilities for testing re-frame applications
Updated
Mar 21, 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
Mar 28, 2021
Clojure
A clojure/clojurescript notebook application/-library based on Gorilla-REPL
Updated
Mar 31, 2021
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
Example of React Native Navigation with re-frame/re-natal
Updated
May 12, 2017
Clojure
emacs navigation for re-frame projects
Updated
Mar 27, 2019
Emacs Lisp
Updated
Jul 29, 2019
Clojure
An undo library for re-frame
Updated
Mar 21, 2021
Clojure
The humane Terminal UI for git!
Updated
Jul 7, 2020
Clojure
Re-frame supplimentary library routing dispatched events via statecharts implementing finite state machines.
Updated
Mar 31, 2021
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