-
Notifications
You must be signed in to change notification settings - Fork 364
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
om.core and beta2 #899
Comments
I just hit this as well. I have a bunch of old prototypes and concept apps I like to keep up to date, but it looks like the time has run out for om.core. |
I recommend you guys check Fulcro, right now it's a fork of om.next, om.next is not likely to be maintained, so Fulcro has a lot of improvements, a lot more docs and is constantly improving. |
That may very well be. We are interested to use the same API as |
Humm, gotcha, yeah, if you want to use the |
Duly noted. Thanks. |
For anyone interested, I've brought the modifications myself so as to be able to use [org.danielsz/om "1.0.0-beta4-SNAPSHOT"] |
Hi @wilkerlucio , I'm confused about the current status of om.next. Commits are still being made, including an apparent transition from alpha to beta. @swannodette , do you have plans to abandon or stop maintaining om.next, or are things just going slow and steady? |
@timds, I don't know what David plans are, but for what I've seen it's just about getting it to stay working, the latest changes were related to fixing breakages due to the new cljs version. But feature wise it's been a long time since the latest one. |
Hi,
I've been using
om.core
happily for years now. I mean the original version ofOm
, in opposition to Om.Next. I was also happily updating Om in my dependencies becauseom.core
didn't change and everything kept on working. This allowed me to leverageom.core
with more up to date versions of React.I was happy to see the release of
beta2
because it comes with React 16 which solves a bug in React 15.x (I'll spare you the details because this is unrelated to Om). Unfortunately, this time it didn't go well due to the deprecation ofReact.createClass
.Going forward, is there any chance to keep users like me happy?
The text was updated successfully, but these errors were encountered: