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

Functional components #4

Open
wants to merge 11 commits into
base: react-17
Choose a base branch
from

Conversation

dselck
Copy link

@dselck dselck commented Feb 19, 2022

Substantial breaking changes between this PR and the current branch. Class based react components have been rewritten as functional components, typescript has replaced javascript, and as an attempt to use composition over inheritance 5 of the previous layers (array, pipe, bluefile, websocket, wpipe) have been combined in the same layer with a specification made as to the layer type with the format property. In addition to all of that a boxes plugin has been added. Intent is to also create an accordion plugin as well.

An attempt has also been made at fleshing out the options available to the different components and building them into typescript interfaces. Likely a great deal more work is required in that domain. I included what I could relatively easily find in the sigplot code but more than likely missed a whole lot of options.

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

Successfully merging this pull request may close these issues.

2 participants