plexus / chestnut

Application template for Clojure + ClojureScript web apps
Eclipse Public License 1.0
1.32k stars 99 forks source link

om/om.next #228

Closed Nondv closed 6 years ago

Nondv commented 6 years ago

Hello!

Correct me if I'm wrong but chestnut includes om.next by default. So README is a bit confusing.

featheredtoast commented 6 years ago

om gets used by default, not om.next.

What is the confusion and where are you seeing om.next?

Nondv commented 6 years ago

@featheredtoast hi! Isn't om.next just a om with version 1.0.0+ ? If so that means that om.next gets used by default, not om

plexus commented 6 years ago

Om next uses different namespaces. @featheredtoast is right, we default to classic om.

On Dec 20, 2017 4:09 AM, "Dmitriy Non" notifications@github.com wrote:

@featheredtoast https://github.com/featheredtoast hi! Isn't om.next just a om with version 1.0.0+ ? If so that means that om.next gets used by default, not om

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/plexus/chestnut/issues/228#issuecomment-352952563, or mute the thread https://github.com/notifications/unsubscribe-auth/AAB91A7E1RjXhJ_fa9xxEkx959GBsAf1ks5tCHp8gaJpZM4REmY- .

Nondv commented 6 years ago

ok, nice. thank you both