Fork me on GitHub
#clojurescript
<
2018-04-21
>
fabrao01:04:58

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?

sgnl01:04:41

React.createClass() method, a way to create a React Component, will be removed in a future version of React.

pesterhazy12:04:23

Are you using reagent? It might we worth updating

benzap06:04:20

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/

benzap06:04:57

I'll post about it more at a better hour, i'm currently exhausted

kahunamoore06:04:22

All the cljs framework options… an embarrassment of riches.

Ivan Fedorov20:04:12

Any "philosophical transactions" on how to compose the URL in SPA? What to include, what to omit, how to deal with user searches etc...

royaldark20:04:42

Anyone know how to disable ClojureScript compilation via cljsbuild when running lein repl? In a combo clj/cljs project, waiting for the cljs when I'm just trying to run the backend clj code is pretty annoying

ingesol07:04:20

I don't think that's a default in lein repl, someone on your team must have written code for it. Do you have a user.clj or something similar configured in project.clj?