#
cljs
ClojureScript is a compiler for Clojure that targets JavaScript. It emits JavaScript code which is compatible with the advanced compilation mode of the Google Closure optimizing compiler. ClojureScript combines the reach of the JavaScript platform, the flexibility and interactive development of Clojure, and the whole-program optimization of Google Closure to provide the most powerful language for programming the web.
Here are 108 public repositories matching this topic...
Take full control of re-frame app
electron
debugger
tools
reagent
devtools
re-frame
developer-tools
clj
cljs
re-frisk
frisk
frisk-debugger
watch-events
-
Updated
Jul 7, 2020 - Clojure
A graphql client for clojurescript and clojure
-
Updated
Aug 22, 2020 - Clojure
ClojureScript library for Ant Design React UI components
-
Updated
Aug 9, 2020 - Clojure
Set up a modern CLJS web app by running one command.
-
Updated
Aug 1, 2020 - Clojure
lucywang000
commented
Apr 28, 2020
Or at least document that helix doesn't support IE.
Open
Helix clone-element
2
mauricioszabo
commented
Sep 5, 2019
This API: chlorine.repl.connect! could be public users can create their own command
A simple way manage state in React, inspired by Clojure(Script) and reagent.cljs
react
redux
hooks
react-native
state-management
mobx
clojurescript
reactjs
reagent
cljs
hooks-api-react
-
Updated
Aug 28, 2020 - TypeScript
re-pressed is a clojurescript library that handles keyboard events for re-frame applications.
-
Updated
Mar 16, 2020 - Clojure
[DEPRECATED] merged into the thheller/shadow-cljs project
-
Updated
Jun 16, 2017 - Clojure
-
Updated
May 23, 2020 - Clojure
A bank simulation application using mainly Clojure, which can be used to end-to-end test and show some graphs.
graphql
docker
clojure
kafka
avro
analytics
travis-ci
docker-compose
postgresql
confluent
performance-visualization
end-to-end-testing
cljs
banking-applications
performance-testing
confluent-kafka
confluent-platform
-
Updated
Dec 14, 2019 - Clojure
CLJS wrappers for react-navigation
-
Updated
Dec 9, 2019 - Clojure
Want to use GraphQL with Clojure/script but don't want keBab or snake_keys everywhere? Use locksmith to change all the keys!
-
Updated
Mar 29, 2019 - Clojure
A friendly next-generation interface for Genomic data discovery powered by InterMine
-
Updated
Aug 10, 2020 - Clojure
emacs navigation for re-frame projects
-
Updated
Mar 27, 2019 - Emacs Lisp
collection of useful CLJS code
-
Updated
Jun 6, 2020 - Clojure
An Elm-like ClojureScript framework
-
Updated
Feb 20, 2019 - Clojure
Frontend development toolkit for ClojureScript
-
Updated
Oct 17, 2019 - Clojure
Cross-platform zero knowledge proofs.
-
Updated
Jul 15, 2020 - Clojure
Re-Frame +routes using Bidi & pushy for no-hashes html5 routing
sample
boilerplate
clojure
router
html5
clojurescript
example
reagent
starter
re-frame
html5-history
bidi
cljs
pushy
-
Updated
Apr 14, 2018 - Clojure
Docker container for use with ClojureScript
-
Updated
Nov 27, 2019
shadow-cljs sample project with client SPA and server API.
-
Updated
Nov 28, 2018 - Clojure
web karaoke player
clojurescript
web-app
reagent
re-frame
karaoke
cljs
core-async
shadow-cljs
web-karaoke-player
lyrics-synced
-
Updated
Aug 3, 2020 - Clojure
Created by Rich Hickey
Released July 20, 2011
Latest release 4 months ago
- Repository
- clojure/clojurescript
- Website
- clojurescript.org
It would be nice to have first-class support for an optional docstring in the defnc and defcomponent macros.
Presently, I'm working around this via the ^{:doc " ... "} metadata.