-
-
Notifications
You must be signed in to change notification settings - Fork 237
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
chore: add components
and helpers
packages and show example template
#1315
base: master
Are you sure you want to change the base?
Conversation
|
@asyncapi/bounty_team |
just pushed a very simple js websocket client implementation in a new special template structure now I think next steps are to:
and yeah above should kinda prove that the structure and granularity that is part of it make sense long way ahead |
No activity in PR doesn't mean no work. I consulted with other community folks in #generator channel in Slack:
|
components
and helpers
packages and show example template
Quality Gate passedIssues Measures |
NOT TO BE RELEASED
As stated in readme under
packages
, this is highly experimental.Detailed description of PR is in https://github.com/asyncapi/generator/pull/1315/files#diff-1206c4b8d1f7e37d1a4079860d4b24c3178398a059b3bd4c0df5c40fabaab45a that should stay in the source code as guidance for future developments.
This PR has also some haves to
apps/generator
but only in tests related to react, to showcase usage of new components package.Related: #1269