I was able to build something reasonably complex after iterating a few times on TodoMVC, Omchaya and React docs. There's only a few things that have to 'click', mostly having to do with 'where do you put stuff when you want to do X?' scenarios.
There are a few unintuitive things, an example was passing down a comm channel through component state, it's not really 'state', but there's no better place to put it. Once you've got a mostly-working thing, you can compare and contrast against the existing examples and it's a much easier read. On Thu, Jun 19, 2014 at 2:50 PM, Tony Tam <[email protected]> wrote: > 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. > -- 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.
