We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Proposed API
createApp(config) // maybe registerModule .use(CustomModule) .registerModules([ Module1, Module2, ]) .registerComponent(CustomComponent) .registerComponents([ Component1, Component2, ])
not much of a change, except the fact that we pass optional conifg straight to create function.
We may replace array registration for object one, so the component name can be easily chosen. It may be even easier to integrate with developer tools.
The text was updated successfully, but these errors were encountered:
feat(#49): change app, compoennts and module declaration to new API
6b37d7b
No branches or pull requests
Proposed API
not much of a change, except the fact that we pass optional conifg straight to create function.
We may replace array registration for object one, so the component name can be easily chosen. It may be even easier to integrate with developer tools.
The text was updated successfully, but these errors were encountered: