A community driven list of ClojureScript frameworks, libraries and wrappers.
-
Updated
Mar 10, 2020
A community driven list of ClojureScript frameworks, libraries and wrappers.
ClojureScript library for building Three.js apps in a reagent-like fashion
Satakieli is a i18n library that provides identical API for ClojureScript and Clojure programmers. Localized messages can be written using ICU MessageFormat syntax.
A data-driven, reagent wrapper for RoughJS
Thin ClojureScript wrapper around Ant Design React components with Reagent
ClojureScript (re-frame) library that manages routing and route state.
Sometimes it can be advantageous to store/retrieve a population from a file, and continue execution from a saved point.
Is your feature request related to a problem? Please describe.
No, this is a QOL enhancement
Describe the solution you'd like
A function that accepts a population and a file path, and writes a file containing the population to that location.
Another function acc
Google Cloud Datastore client to ClojureScript
ClojureScript routing for universal applications
A ClojureScript library targeting Node.js and providing async channels on top of Red Lobster promise library.
Idiomatic dispatch of Om Next transactions from stateless components
Example application using Clojurescript, react-native, shadow-cljs and native-base using rn-native-base
native-base wrapper for Clojurescript
A simple, modern, flexible and portable template engine for Clojure environments.
Clojure's library: Validate or update a hash map's values with the same structure hash.
A ClojureScript library built on top of shrimp providing macros to chain async functions.
Sub-context library for reusing and composing scope
A bunch of functions and definitions I'm sick of copy/pasting
Telegram login button for ClojureScript Reagent users
Add a description, image, and links to the clojurescript-library topic page so that developers can more easily learn about it.
To associate your repository with the clojurescript-library topic, visit your repo's landing page and select "manage topics."
Getting errors such as:
react-dom.inc.js:526 Warning: Expected
onMouseUplistener to be a function, instead gotfalse.If you used to conditionally omit it with onMouseUp={condition && value}, pass onMouseUp={condition ? value : undefined} instead.
in input (created by EnhancedSwitch)
in div (created by EnhancedSwitch)
in EnhancedSwitch (created by Toggle)
in Toggle (