The React tutorial rewritten in Om
github.com
The React tutorial rewritten in Om
1–10 of 35 posts
Re: The React tutorial rewritten in Om
#2Re: The React tutorial rewritten in Om
#3Re: The React tutorial rewritten in Om
#4Excellent :) I do caution people getting too deep into Om at this point, some details may change over the next couple of months and I've got a few big ideas coming as well.
Re: The React tutorial rewritten in Om
#5Excellent :) I do caution people getting too deep into Om at this point, some details may change over the next couple of months and I've got a few big ideas coming as well.
Know of any resources of using clojurescript + react without Om (while we wait for more awesome)? Would the idea be calling setState from an atom's watch and transforming the map to a javascript object?
Re: The React tutorial rewritten in Om
#6somewhat aside- am i crazy for thinking React should bundle some sort of internal style processor? having your template and and your logic in the same place, in the same language, (cljs + react) seems to transcend the dirty feeling of template interpolation (Backbone muddies your JS with selectors. Angular muddies your HTML with directives and logic).
having your styles in the same place, in the same language, seems like next step to truly portable web components. probably lots of ways to do this wrong but probably at least one way to do it right.
Re: The React tutorial rewritten in Om
#7I'm a tad miffed about the size (70KB), but then again it is smaller than Angular.
I took a wait-and-see attitude with Angular/Ember/Meteor/Yet-another-Express, they are all neat in a way but never completely shoo away the feeling that the whole Javascript MVC thing is some sort of programming Vietnam.
The OP is totally different and alien and actually gives me hope! Hurrah! Exciting times.
Re: The React tutorial rewritten in Om
#8Also, why clojurescript 2127 ? I thought 2120 is the latest stable version.
Re: The React tutorial rewritten in Om
#9Re: The React tutorial rewritten in Om
#10so... React in clojurescript is great. the other bindings i have seen are pump [1], but as i'm new to lisp/clojurescript i struggled with some of the parallels. a tutorial comes welcome. somewhat aside- am i crazy for thinking React should bundle some sort of internal style processor? having your template and and your logic in the same place, in the same language, (cljs + react) seems to transcend the dirty feeling o…