You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should consider encapsulating board init inside of a component. We can then deal with synchronization easily be waiting to init children until the board is ready.
Initialize children when board is ready
Children should be passed the function they need to initialize their children, since these components will be user-created, and we do not want them to have to deal with importing and calling a function to initialize their own children
Change the way default options are handled, they do not need to be specified by the component, the jfive constructor will handle them
Handle IO plugins
Handle all methods (should some be accessed through properties?)
We should consider encapsulating board init inside of a component. We can then deal with synchronization easily be waiting to init children until the board is ready.