This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-04-21
Channels
- # beginners (25)
- # cljsrn (3)
- # clojars (4)
- # clojure (37)
- # clojure-news (1)
- # clojure-poland (2)
- # clojure-uk (6)
- # clojurescript (9)
- # datomic (2)
- # duct (7)
- # fulcro (2)
- # hoplon (3)
- # jobs (1)
- # keechma (1)
- # luminus (1)
- # off-topic (27)
- # om (3)
- # om-next (2)
- # overtone (4)
- # pedestal (2)
- # re-frame (11)
- # reagent (4)
- # reitit (6)
- # rum (2)
- # shadow-cljs (212)
- # slack-help (3)
- # spacemacs (1)
- # sql (1)
- # test-check (32)
- # tools-deps (1)
Hello all, I´m using libs from cljsjs and I´m getting this error after including the lib "Accessing createClass via the main React package is deprecated". What is it means?
React.createClass() method, a way to create a React Component, will be removed in a future version of React.
Are you using reagent? It might we worth updating
So I got my stack-based language compiling in clojurescript, and i'm just finishing up on getting the playground fully functional. It still has a few rough edges, but here's a sneak peek. http://benzaporzan.me/fif-playground/
All the cljs framework options… an embarrassment of riches.
Any "philosophical transactions" on how to compose the URL in SPA? What to include, what to omit, how to deal with user searches etc...