This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-03-02
Channels
- # aws-lambda (1)
- # beginners (28)
- # boot (54)
- # cider (11)
- # clara (28)
- # cljs-dev (74)
- # cljsrn (13)
- # clojure (342)
- # clojure-austin (3)
- # clojure-dusseldorf (4)
- # clojure-france (2)
- # clojure-greece (11)
- # clojure-italy (42)
- # clojure-poland (7)
- # clojure-russia (11)
- # clojure-spec (44)
- # clojure-uk (156)
- # clojure-ukraine (4)
- # clojurescript (102)
- # cursive (17)
- # datascript (19)
- # datomic (17)
- # dirac (39)
- # emacs (22)
- # funcool (56)
- # hoplon (25)
- # jobs (3)
- # jobs-discuss (31)
- # leiningen (2)
- # luminus (4)
- # lumo (3)
- # off-topic (47)
- # om (51)
- # onyx (57)
- # re-frame (13)
- # reagent (57)
- # remote-jobs (15)
- # ring (9)
- # ring-swagger (7)
- # robots (2)
- # rum (6)
- # specter (16)
- # sql (7)
- # test-check (37)
- # untangled (7)
- # yada (5)
I’ve tried 3 or 4 routing libraries and I’m stoked about react-navigation
. It’s mostly functional and comes with all of the bells and whistles I’ve dreamed about having (but previously was coding myself…badly)
@pesterhazy link in you gist for https://github.com/vikeri/re-navigate is wrong Nice list 🙂
oops, fixed. Thanks @nha
hello People, I'm trying to write a new react app with Natal, I followed all the setup on the re-natal project
at first it works just fine, but seems like when I do any change and try to run a second time
something bad happens
currently I'm stuck with the error:
Bundling `index.ios.js`
Transforming modules 100.0% (394/394), done.
::1 - - [02/Mar/2017:19:38:44 +0000] "GET /target/ios/goog/base.js HTTP/1.1" 404 36 "-" "Raapp/1 CFNetwork/808.2.16 Darwin/16.4.0"
is there any cache I need to clean or something?
cleaning the target and forcing compilation again made it work 🙂
new issue... Can't find variable: ReactDOM
, I did update the Om.next version but I guess that shouldn't be a problem, doesn't someone know how to handle this issue?
@wilkerlucio have a look
anyway, you should not be required to have react-dom: https://github.com/drapanjanas/re-natal/blob/master/re-natal.coffee#L68