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

Kites Micro Frontend #6

Open
vunb opened this issue May 3, 2019 · 1 comment
Open

Kites Micro Frontend #6

vunb opened this issue May 3, 2019 · 1 comment

Comments

@vunb
Copy link
Member

vunb commented May 3, 2019

Build admin panel as an extension of kites. #kites-admin

First implement will use React?

Extensions have own their controllers and views for micro frontend.

Example:

Extension({
  prefix: 'api/v1',   // api route prefix
  controllers: [
    `./controllers/todo.controller`,
    `./controllers/user.controller`,
  ],
  views: [
    `./pages/user`,
    `./pages/dashboard`
  ]
})
class TodoExtension {}

Output:

  • The application publish the API controllers.
  • The client can access two generated pages: User and Dashboard
@vunb vunb added this to To Do in Kites Framework May 5, 2019
@vunb
Copy link
Member Author

vunb commented May 30, 2019

A plugin is an extension which implements both server and client side.

@vunb vunb changed the title Kites Frontend Kites Micro Frontend Jul 4, 2019
@vunb vunb pinned this issue Aug 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant