Skip to content
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

Build thing more redux #137

Open
RolandJansen opened this issue Jun 11, 2020 · 1 comment
Open

Build thing more redux #137

RolandJansen opened this issue Jun 11, 2020 · 1 comment
Assignees
Milestone

Comments

@RolandJansen
Copy link
Owner

the current API uses objects and methods to create plugins and seqparts. But it could be done with pure redux:

  • static action creators for these operations
  • reducers that build the state
  • registry that describes to the dispatcher and does all the other things.

These root actions could be IOscActions to keep things consistent.

@RolandJansen RolandJansen added this to the v0.7.0 milestone Jun 11, 2020
@RolandJansen RolandJansen self-assigned this Jun 11, 2020
@RolandJansen RolandJansen modified the milestones: v0.7.0, 0.10.0 Sep 6, 2020
@RolandJansen
Copy link
Owner Author

This was done with SeqPart but it needs cleanup and more tests and (more important) more time. Currently I'm busy with getting intermix feature-complete so this thing will be stalled until October/November.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant