All Projects → day8 → re-frame-tracer

day8 / re-frame-tracer

Licence: other
No description or website provided.

Programming Languages

clojure
4091 projects

Labels

Projects that are alternatives of or similar to re-frame-tracer

Tincture
Frontend development toolkit for ClojureScript
Stars: ✭ 24 (+60%)
Mutual labels:  re-frame
Gorilla Notebook
A clojure/clojurescript notebook application/-library based on Gorilla-REPL
Stars: ✭ 73 (+386.67%)
Mutual labels:  re-frame
Boodle
Accounting SPA in Clojure and ClojureScript
Stars: ✭ 183 (+1120%)
Mutual labels:  re-frame
Re Frame Forward Events Fx
A re-frame effects handler for listening-for and then post-processing dispatched events
Stars: ✭ 30 (+100%)
Mutual labels:  re-frame
Re Navigate
Example of React Native Navigation with re-frame/re-natal
Stars: ✭ 61 (+306.67%)
Mutual labels:  re-frame
Re Frame Test
Cross platform (cljs and clj) utilities for testing re-frame applications
Stars: ✭ 83 (+453.33%)
Mutual labels:  re-frame
Re Com
A ClojureScript library of reusable components for Reagent
Stars: ✭ 690 (+4500%)
Mutual labels:  re-frame
re-frame-realword-example-app
Exemplary real world application built with Clojurescript and re-frame
Stars: ✭ 16 (+6.67%)
Mutual labels:  re-frame
Subgraph
Reactive graph database for re-frame
Stars: ✭ 63 (+320%)
Mutual labels:  re-frame
Re Frame Async Flow Fx
A re-frame effects handler for coordinating the kind of async control flow which often happens on app startup.
Stars: ✭ 150 (+900%)
Mutual labels:  re-frame
Re Frame Storage
re-frame interceptors for browser local storage
Stars: ✭ 44 (+193.33%)
Mutual labels:  re-frame
Re Frame Undo
An undo library for re-frame
Stars: ✭ 50 (+233.33%)
Mutual labels:  re-frame
Ventas
Clojure ecommerce platform
Stars: ✭ 114 (+660%)
Mutual labels:  re-frame
Re Pollsive
Re-pollsive is a clojurescript library that handles polling events for re-frame applications
Stars: ✭ 27 (+80%)
Mutual labels:  re-frame
Re Frame Http Fx
A re-frame "effects handler" for performing Ajax tasks (via cljs-ajax)
Stars: ✭ 193 (+1186.67%)
Mutual labels:  re-frame
Re Frame Cookie Fx
Om nom nom nom.
Stars: ✭ 17 (+13.33%)
Mutual labels:  re-frame
Keycloak Clojure
A Clojure library helping the integration of Keycloak with a Clojure Application + a sample SPA Client and API Server demonstrating the Keycloak integration
Stars: ✭ 81 (+440%)
Mutual labels:  re-frame
re-flow
A library that adds tools for building and executing workflows in re-frame applications
Stars: ✭ 31 (+106.67%)
Mutual labels:  re-frame
re-frame-semantic-ui-react-github-widget
Using semantic-ui-react with re-frame - sample project
Stars: ✭ 21 (+40%)
Mutual labels:  re-frame
Mecca
Animated music editor in Clojurescript/re-frame
Stars: ✭ 125 (+733.33%)
Mutual labels:  re-frame

re-frame-tracer

This is a custom tracer for Clairvoyant

This tracer is designed to work well with cljs-devtools

Usage

Add (my private fork of) Clairvoyant to your project :dependencies.

Clojars Project

Add re-frame-tracer to your project :dependencies.

Clojars Project

Add the following to your requires clause

[clairvoyant.core :refer-macros [trace-forms]]
[re-frame-tracer.core :refer [tracer]]

If you want to wrap your code in a green colour

(trace-forms {:tracer (tracer :color "green")}
;; your code here
)

Enable tracing

Our Clairvoyant fork does not look at :elide-assert for toggling tracing.

Instead, a Google define called clairvoyant.core.devmode is employed. The define defaults to false and in order to enable it just add :closure-defines {"clairvoyant.core.devmode" true} to your compiler options.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].