-
Notifications
You must be signed in to change notification settings - Fork 119
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
User can link different nodes inputs with other nodes outputs #12
Comments
@nailxx I am going to rewrite horrible EditorBus service. It should be rewritten now using xstream. I need this event bus for managing every event we need to emit and broadcast in our components. |
OK if it is required by the feature. It is. |
I deleted editor-remake branch and now I am working in feature-link-pins branch. |
Issue solution roadmap
|
I had a discussion with @brusherru and we found that derivablejs fits our needs entirely. |
Proposal@nailxx @brusherru I am going to use ramda (since it's mature, it's recommended by author of derivablejs and it fits all our needs and even more) instead of immutable.js for managing state of client application. I am sure that side-effects should be localized for better testing experience. We should not fail into endless debugging of our tests. All components should be stateless. I guess that it's a good practice. If you are not sure if it's a good idea then I can spend some time on research. |
No longer relevant |
No description provided.
The text was updated successfully, but these errors were encountered: