What do you think are the most famous ClojureScript libraries?

I’m thinking about list some of them on http://clojure-script.org/ . Currently it’s based on my sight. Please suggest what do you think are the most important libraries in ClojureScript meanwhile people still actively use those in their projects.

I am not sure about famous, but a few I use regularly are:

  • reagent
  • re-frame (more a framework)
  • cljs-ajax
  • sente
  • figwheel
1 Like

I haven’t used sente. It looks like a web framework, what do you think about it?

1 Like

I haven’t used sente. It looks like a web framework, what do you think about it?

No, its my go to library for websockets in clojure. It also has fallback to long-polling IIRC: GitHub - taoensso/sente: Realtime web comms for Clojure/Script applications

1 Like
2 Likes

Note there are quite a few library curations out there.

CLJS-specific:
https://www.clojure-toolbox.com/
https://clojurescript.org/community/libraries

Some are more clojure oriented, but of course many (most?) clojure libraries are useful in cljs:

http://clojure.github.io/

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.