The Wayback Machine - https://web.archive.org/web/20210731074037/https://github.com/topics/re-frame
Here are
240 public repositories
matching this topic...
A ClojureScript framework for building user interfaces, leveraging React
Updated
Jul 15, 2021
Clojure
A ClojureScript library of reusable components for Reagent
Updated
Jul 21, 2021
Clojure
Declarative, functional and extensible wrapper of JavaFX inspired by better parts of react and re-frame
Updated
Jun 27, 2021
Clojure
A debugging dashboard for re-frame. X-ray vision as tooling.
Updated
Jul 27, 2021
Clojure
A Leiningen template for creating a re-frame application (client only)
Updated
Jul 21, 2021
Clojure
Real world application built with ClojureScript + re-frame
Updated
May 20, 2021
Clojure
Take full control of re-frame app
Updated
Jul 19, 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
Apr 12, 2021
Clojure
re-frame with batteries included
Updated
Jul 21, 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
Jul 23, 2021
Clojure
A re-frame effects handler for coordinating the kind of async control flow which often happens on app startup.
Updated
Jun 3, 2021
Clojure
re-pressed is a clojurescript library that handles keyboard events for re-frame applications.
Updated
Jul 21, 2021
Clojure
Animated music editor in Clojurescript/re-frame
Updated
May 7, 2021
JavaScript
Graph based visualization tool for re-frame event chains
Updated
May 18, 2021
Clojure
Clojure ecommerce platform
Updated
Sep 7, 2020
Clojure
A micro structure for reframe data
Updated
Jun 15, 2021
Clojure
SaaS buying and decision platform.
Updated
Feb 15, 2020
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
Jul 30, 2021
Clojure
Cross platform (cljs and clj) utilities for testing re-frame applications
Updated
Mar 21, 2021
Clojure
Web based Clojure notebook application/-library.
Updated
Jun 27, 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
The humane Terminal UI for git!
Updated
May 29, 2021
Clojure
emacs navigation for re-frame projects
Updated
Mar 27, 2019
Emacs Lisp
An undo library for re-frame
Updated
Apr 23, 2021
Clojure
Updated
May 14, 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