On Wednesday, June 18, 2014 8:24:17 PM UTC-7, Geoff Little wrote: > Does anyone know of resources to learn Om besides the Basic and Intermediate > tutorials at https://github.com/swannodette/om/wiki? Any resources that > include code would be great since there isn't a lot I could find with a > simple google search.
I found it easier to understand Om's tutorial after first going through React.js's tutorial (http://facebook.github.io/react/docs/tutorial.html) In terms of code, there's David's Om TodoMVC, which is small enough to quickly understand things demo http://swannodette.github.io/todomvc/labs/architecture-examples/om/ src https://github.com/swannodette/todomvc/tree/gh-pages/labs/architecture-examples/om/src/todomvc And there's also Omchaya (https://github.com/sgrove/omchaya), but that's less of a tutorial and more of an overall application -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
