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
you can already see FileHeaderInfo and Requires there in action. Check the rest and propose new components.
remember they are like functions. So you do not want to have all the code in one function, with possible repetitions, and instead you devide your code into sections and push to components.
reading client.js.js should be super easy, you shoudl be able to understand what details it contains without really knowing exactly the entire code.
I hope that it makes sense
The text was updated successfully, but these errors were encountered:
Large part of https://github.com/asyncapi/generator/blob/master/packages/templates/clients/js/websocket/template/client.js.js is still "hardcoded" inside main fail. We should aim for granular componentization - but of course not because we need it, but of course we should do it only if it makes sense.
you can already see
FileHeaderInfo
andRequires
there in action. Check the rest and propose new components.remember they are like functions. So you do not want to have all the code in one function, with possible repetitions, and instead you devide your code into sections and push to components.
reading
client.js.js
should be super easy, you shoudl be able to understand what details it contains without really knowing exactly the entire code.I hope that it makes sense
The text was updated successfully, but these errors were encountered: