This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-07-27
Channels
- # aleph (3)
- # beginners (89)
- # boot (198)
- # cbus (4)
- # cider (11)
- # clara (2)
- # cljs-dev (27)
- # cljsrn (4)
- # clojure (141)
- # clojure-austin (4)
- # clojure-italy (11)
- # clojure-nl (1)
- # clojure-poland (2)
- # clojure-russia (35)
- # clojure-spec (33)
- # clojure-uk (55)
- # clojurescript (111)
- # core-logic (15)
- # cursive (2)
- # datascript (47)
- # datomic (132)
- # emacs (4)
- # jobs (1)
- # lein-figwheel (13)
- # leiningen (15)
- # lumo (20)
- # off-topic (110)
- # om (8)
- # onyx (20)
- # parinfer (2)
- # protorepl (1)
- # re-frame (36)
- # reagent (5)
- # remote-jobs (1)
- # ring (2)
- # ring-swagger (5)
- # specter (6)
- # uncomplicate (3)
- # unrepl (77)
quick question about React (and indirectly OM): does the license scare you in any way – specifically the PATENTS
section?
@chrisbroome, not me, nope. I don't think it would be that hard to tear it out and replace with preact, react-lite, or similar - if it came to that.
yeah I've been following preact specifically because of the React patents statement
and there's a lot of people in the company I work for that just don't want to take the risk using React as long as the patents statement is still there
I try not to use third party react libraries etc... so i'm really just relying on the virtual dom and certain lifecycle methods.
I'm also a fan of https://infernojs.org/
this is one of the main things I like about it:
> Inferno provides lifecycle events on stateless components. This is a major win for people who prefer lightweight components rather than bloated ES2015 classes.