Skip to content
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

Basic Component Implementation #3

Open
Ascalonic opened this issue Jun 13, 2019 · 0 comments
Open

Basic Component Implementation #3

Ascalonic opened this issue Jun 13, 2019 · 0 comments

Comments

@Ascalonic
Copy link
Collaborator

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
@Ascalonic Ascalonic mentioned this issue Jun 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants