-
Notifications
You must be signed in to change notification settings - Fork 1
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
Move all DOM-related constructions to another package #2
Comments
Hi @xgrommx. Thank you for sharing your opinion.
Yes, we definitely agree on that 👍 As a case in point, @limemloh has been working on using Hareactive and Turbine together with NativeScript where there is no DOM. On the current All in all, this means that if one do not use the Do you think this avoid the need for another package for DOM-related functions? Because, Hareactive has very few DOM related things and don't feel that moving them into a separate package is worth the complexity and extra overhead for the users. What do you think? |
@paldepind I think another package will be better. For example if I working with nodejs and I don't want DOM-related things. |
@xgrommx What do you think the practical benefits of a separate package is? |
Hello @paldepind
I think will be better to have another package for DOM-related constructions.
We should use FRP without DOM-related things.
That just my thoughts
The text was updated successfully, but these errors were encountered: