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
CorgJS is component-centric framework. An interface has to be designed to accommodate its core properties (sticking to angular style):
Should have an HTML template for its view
Should have a class that defines its behavior (Which should be extremely flexible for the developers to write - for example its better off they are able to write components in any ES standard or Typescript or even using JSX)
Should have a style script
Should be reusable
The text was updated successfully, but these errors were encountered:
CorgJS is component-centric framework. An interface has to be designed to accommodate its core properties (sticking to angular style):
The text was updated successfully, but these errors were encountered: