om

Please ask the channel first, not @dnolen directly!
sundarj 2017-06-30T12:32:37.358004Z

are there any Om Next example apps out there? im just starting out, feel like i need something concrete to mess with

alex-glv 2017-07-05T02:28:49.249242Z

@sundarj trello-like back-to-front app with datomic and om next https://github.com/alex-glv/boards-io

sundarj 2017-07-05T05:15:25.665864Z

@alex-glv: neat!

2017-06-30T12:33:40.373782Z

@sundarj Take a look at the bottom of https://github.com/omcljs/om/wiki

2017-06-30T12:35:18.398490Z

CircleCI frontend too https://github.com/circleci/frontend

sundarj 2017-06-30T12:35:49.406143Z

ah! sweet ill check those out, thanks 🙂

2017-06-30T12:36:53.422039Z

There is also https://untangled-web.github.io/untangled/ which builds on the foundation of om.next and comes with lots of documentation.

sundarj 2017-06-30T12:37:57.437978Z

👍

2017-06-30T12:38:26.445077Z

I mention that because it can almost be considered an example om.next app, it makes lot's of decisions that real apps would have to make.

sundarj 2017-06-30T12:39:00.453538Z

i see, coolio

cjmurphy 2017-06-30T13:47:12.735811Z

sundarj: Kanban is quite old now but still look to take a look at for an actual application. In case you haven't read it yet, this is particularly good, and very recent: https://github.com/awkay/untangled/blob/develop/GettingStarted.adoc

cjmurphy 2017-06-30T13:48:53.772732Z

Here's Kanban: https://github.com/Jannis/om-next-kanban-demo.

sundarj 2017-06-30T13:49:16.780946Z

oh sweet, thanks!

jannis 2017-06-30T13:50:39.811199Z

I should probably update the kanban demo. It wouldn’t take much to bring it up to the latest version of Om Next.

wilkerlucio 2017-06-30T14:45:56.133301Z

@sundarj here is a medium size open-source app built with Om.next and Untangled: https://github.com/daveconservatoire/dcsite-cljs

wilkerlucio 2017-06-30T14:46:37.150392Z

you can try that out at https://daveconservatoire.herokuapp.com

sundarj 2017-06-30T14:47:27.170734Z

awesome

sundarj 2017-06-30T14:47:40.175952Z

thanks 🙂

wilkerlucio 2017-06-30T14:50:25.244457Z

no problem 😉