This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-06-28
Channels
- # announcements (6)
- # aws (8)
- # bangalore-clj (1)
- # beginners (249)
- # calva (27)
- # cider (5)
- # clara (8)
- # clj-kondo (11)
- # cljs-dev (14)
- # cljsrn (21)
- # clojars (1)
- # clojure (206)
- # clojure-europe (3)
- # clojure-greece (2)
- # clojure-italy (39)
- # clojure-nl (19)
- # clojure-spec (50)
- # clojure-uk (19)
- # clojurescript (31)
- # clojurex (24)
- # community-development (10)
- # core-async (32)
- # core-typed (4)
- # cursive (8)
- # data-science (15)
- # datomic (42)
- # figwheel (1)
- # fulcro (18)
- # graalvm (6)
- # joker (1)
- # kaocha (1)
- # nyc (1)
- # off-topic (1)
- # reagent (5)
- # reitit (2)
- # remote-jobs (2)
- # shadow-cljs (3)
- # spacemacs (2)
- # tools-deps (65)
- # xtdb (3)
The new dev guide for Fulcro 3 just got a huge update with respect to mutations: https://github.com/fulcrologic/fulcro-developer-guide/blob/master/DevelopersGuide.adoc#MutationsChapter
Hello! My local installation of Fulcro Inspect recently and suddenly stopped connecting to my app. Has anyone experienced something similiar? I'm getting No reader function for tag fulcro/tempid.
in the console for Fulcro Inspect.
A reinstall fixed the issue.
Hey all. Are there any up to date docs on getting started with fulcro inside of emacs? I've tried following the cider resources but it does not seem to correctly work with cidr
shadow.user> (shadow/nrepl-select :main)
[:no-worker :main]
shadow.user> (js/alert "Hi")
Syntax error compiling at (*cider-repl localhost*:53:14).
No such namespace: js
@neupsh thanks for the response. I have loaded the following windows: http://localhost:9630/builds http://localhost:8023/workspaces/ http://localhost:8022/ and they alla ppear to load
@petr the one one port 9630 is shadowcljs , 8023 is workspaces build and 8022 is test build
say if you want to connect to the one on 8023, you can do (shadow/nrepl-select :workspaces)
@neupsh I think I got it to connect to my app that started on :3000. HOwever:
shadow.user> (shadow/nrepl-select :main)
To quit, type: :cljs/quit
[:selected :main]
cljs.user> (js/alert "hiii")
No application has connected to the REPL server. Make sure your JS environment has loaded your compiled ClojureScript code.
yeah, try refreshing the browser and look at the browser's dev tools console to see if there are any errors