This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-07-17
Channels
- # beginners (42)
- # cider (1)
- # cljs-dev (20)
- # clojure (73)
- # clojure-italy (8)
- # clojure-nl (53)
- # clojure-spec (11)
- # clojure-uk (88)
- # clojurescript (170)
- # clojutre (6)
- # core-async (26)
- # css (2)
- # cursive (13)
- # data-science (10)
- # datomic (15)
- # editors (3)
- # figwheel (28)
- # figwheel-main (67)
- # fulcro (57)
- # graphql (2)
- # immutant (2)
- # jobs (1)
- # jvm (4)
- # lein-figwheel (3)
- # leiningen (1)
- # off-topic (5)
- # pedestal (28)
- # re-frame (86)
- # reagent (18)
- # reitit (8)
- # ring (3)
- # ring-swagger (2)
- # shadow-cljs (78)
- # spacemacs (10)
- # specter (12)
- # tools-deps (32)
- # vim (3)
ok, could someone give me a short list of improvements in figwheel-main compared to the old one?
it’s also clear it’s much easier to use as a library and the various parts are separated (REPL vs. building)
roger, so currently it's more about more sensible architecture than about features, correct?
need to look at it at some point, right now old figwheel works really well for me via user.clj
inside normal Clojure REPL
was just curious when I heard there's this new version (had missed that). Naturally my next project should start with figwheel-main if I can integrate my flow with that
yeah, that's my main point. Currently all I need to do is type (user/start)
to start my backend server, figwheel autobuild and watcher, garden watcher etc. If I want to jump from Clojure REPL to ClojureScript REPL I type (user/cljs-repl)
and when I want back I type :cljs/quit
works really nice with Cursive, you can load namespaces between REPLs, Cursive recognizes automatically in which one you are currently and so forth
so I was wondering how figwheel-main could improve on that and right now it seems like it doesn't. But I can still totally see why it is necessary to do. So, my next project will be with figwheel-main but I'm not migrating old projects to it
@niklas.collin http://rigsomelight.com/figwheel-main/docs/#figwheel-main-vs-lein-figwheel
just wanted to say btw that figwheel transformed my frontend development, I laugh at the node and webpack people these days
> Figwheel Main also starts a Node process for you when you launch a build. Does that mean Figwheel main needs node?
performance improvements and the fact that you can choose the client where REPL evaluates are great
although I think most of the performance issues I've had come from the cljs compile times (wink wink @dnolen )
@niklas.collin heh yeah, I renewed my OSS YourKit license the other day