This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-11-01
Channels
- # announcements (7)
- # babashka (41)
- # beginners (117)
- # cider (3)
- # clj-kondo (145)
- # cljdoc (25)
- # cljs-dev (19)
- # clojure (197)
- # clojure-dev (14)
- # clojure-europe (4)
- # clojure-italy (3)
- # clojure-nl (2)
- # clojure-spec (11)
- # clojure-uk (21)
- # clojuredesign-podcast (5)
- # clojurescript (29)
- # code-reviews (4)
- # cursive (87)
- # data-science (11)
- # datomic (29)
- # duct (2)
- # emacs (10)
- # graalvm (1)
- # lumo (13)
- # malli (2)
- # nrepl (5)
- # off-topic (25)
- # onyx (1)
- # pathom (6)
- # reagent (20)
- # reitit (4)
- # rewrite-clj (7)
- # shadow-cljs (114)
- # spacemacs (16)
Recovering from GraphQL Summit San Fransisco. They vision a future where the whole 'data graph' is described with GraphQL and serving as layer to outside. Where multiple services can contribute to the graph, but front-end's and/or other clients just have one entry point to 'see' all the data.
https://youtu.be/kqh4lz2Lkzs — very nice talk on components, abstraction, DRY, duplication, repetition. Highly recommended.
She's covering so many pitfalls that annoy me in how people use react. That's great :) highly +++
Didn't see that one, but for the GraphQL way, it seems using Appolo in a similar way the db in re-frame is used is the way to go. And using hooks to update components. Where you get local cashing in local storage for 'free'. They probably have them nicely cut in a few days. https://youtu.be/AIMOkj1ohaU
Anyone know of any good front-end WYSIWYG editors, specifically for text processing/editing? I’m looking for something to use as a base but with great support for extension.
I've had some success with Quill https://quilljs.com, but tbh no WYSIWYG editor I've used are great
ProseMirror also has a react wrapper: https://github.com/ifiokjr/remirror -- I have my eye on it but haven't had a chance to use anything.
@U6GFE9HS7 I have used froala before and was pretty happy with it, it's not free though, but for a commercial project it's worth the money probably
@U6GFE9HS7 ckeditor is nice and has been included in open source products. But the licence is not really clear, https://ckeditor.com/ckeditor-5/
Nextjournal uses ProseMirror and we're quite happy with it. I know Pitch is using Quill.
Oh thanks for the input on prosemirror. Are you using the advanced features to embed custom content and widgets and everything?
Yes, very much so. I haven't been too involved in that but @U45J3R52L can probably tell you all about that.
Would be very happy to know if you did your own wrapper or if you used a 3rd-party wrapper (React or not). Always a hard decision, the library specifically says that it’s supposed to be a WYSIWYG editor building toolkit, rather than something that’s ready to use out of the box.
we use the prosemirror js api directly, our prosemirrot.cljs is about 900 lines on top of that. we also use the prosemirror OT server through Graal polyglot support
sounds very interesting, I'll look into ProseMirror next time I need something like this
Saw that ClojureScript syntax support in the latest Firefox announcement. That's so awesome!
what announcement is that? I'm not getting results for it on google I see it now on #announcements