5 ms·
Clearly the author has never heard of ClojureScript's Om.
by coding4all 12y ago
Clearly the author has never heard of ClojureScript's Om.
- hackerboos 12y agoHow does Om not suffer from the same problems? It's just an Clojurescript interface to React.
- coding4all 12y agohttps://gist.github.com/runexec/6efb322f29fc790a98a1 https://gist.github.com/runexec/6efb322f29fc790a98a1
- jeremiep 12y agoOm is not an interface to React but rather React is the backend to Om. I wouldn't use React out of the box, for pretty much the very same reasons outlined in the slides.
- hackerboos 12y agoQuoting the github README: Om: A ClojureScript interface to Facebook's React.
- Gonzih 12y agoI would suggest Reagent as a good example of simple API on to p of React
- coding4all 12y agoEasier to learn doesn't quite mean "simple". I prefer Om not just because I took the time to learn it, but because it makes more sense once you do.
- Gonzih 12y agoCan you explain? I don't see lot of sense in om's complexity personally, but maybe I'm wrong.