-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Deprecate this package? #18
Comments
When it does get released and the value of this project is no more; then lets look at it |
In April I assumed it would be released much much sooner. |
I don't really follow development of Preact, but how much is this true? https://github.com/marvinhagemeister/preact-faq/blob/master/migrate-to-x.md#mobx-preact If it is correct, was there some actual testing to confirm the compatibility? It should be mentioned in the README here in that case. I do maintain I've skimmed through the readme here and we don't support |
Preact X has been out some time now... and with the release of MobX 6, I am wondering if we will see a new version of |
Would be nice if someone can actually confirm it works with mobx-react. I don't care about Preact enough to give it a try :) |
I am using it now - and it works... for the most part. preact: 10.4.8 I have only noticed one issue so far - and that is the render function is not being passed the From the Preact site (https://preactjs.com/guide/v10/differences-to-react):
Would this difference justify the existence of a separate package for Preact (mobx-preact)? I'll keep working with it and see if I encounter any other issues/discrepancies. |
There is a big chance I'm doing something wrong, but currently it looks like mobx-react is using react-dom. So it won't work as an alternative for dedicated package for mobx integration. The error:
Versions: "preact": "^10.5.14",
"mobx": "^6.3.2",
"mobx-react": "^7.2.0", |
@dcbrwn |
Well aliases are unpredictable, unstable borderline hack, so the mobx adapter for preact still deserves a dedicated package IMO. |
It would be nice to add a depreciation notice once preact X gets released as it should be possible to just use mobx-react.
Or am I wrong to assume that it is not needed anymore?
The text was updated successfully, but these errors were encountered: