-
ClojureScript is a powerful language that runs on the world's most deployed platform of JavaScript, yet it does not have a central web presence. Critical resources for learning and getting started are…
-
To start with, I take it for granted that this clojure-style-guide is used by organizations that write clojurescript, if I'm wrong please close or there's another clojurescript style-guide out there t…
-
Add support for variable fonts
-
Recently someone was wondering on Reddit why there is no Reagent version of react-devtools (https://www.reddit.com/r/Clojure/comments/aehzbv/reactdevtools_for_reagent/). It got me thinking that indeed…
-
I've been investigating using JS from CLJS, in particular using React components that have already been written in JS that are not part of a library or npm module.
Observations:
- There's not a co…
-
It would be nice if there was a way for Text Drive to support plugins. I'm thinking of a few use cases where plugins would be nice:
1) A build system. Since Chrome OS doesn't have `make`, a plugin t…
-
Hi team!
I am pretty new to ClojureScript and developing using Shadow-cljs and Reframe. The part of README that explains how to format date using the `translate` function works fine only when plain…
-
I’m working on a create-react-app equivalent for cljs/reagent with the goal of making it easier for JavaScript developers to get started with Clojure and Clojurescript.
One feature of CRA is a con…
-
**Threshold (formerly "Take2") enables activists to discover, contextualize, commit to and monitor actions and donations across all their causes under one dashboard.**
### Features
- Dashboard f…
-
There are two types of CSS rules in our cljs files: layout rules and non-layout rules. I suggest to move all non-layout CSS rules to separate sass files or similar, where we can modify them and update…