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

Integration POC #330

Closed
1 of 10 tasks
AndyOGo opened this issue Mar 9, 2018 · 3 comments · Fixed by #355
Closed
1 of 10 tasks

Integration POC #330

AndyOGo opened this issue Mar 9, 2018 · 3 comments · Fixed by #355

Comments

@AndyOGo
Copy link

AndyOGo commented Mar 9, 2018

First, thank you for contributing.
Please provide us with at least the following data.

Prerequisites

Related to #147, #39, #321

Are you reporting a bug or a feature?

  • Feature

Expected Behavior

We expect to be able to wrap/reuse any Web-Component by any Framework like React, Angular, Vue, you name it.

https://reactjs.org/docs/web-components.html

We want to be able to wrap:

  • Presentational Components (for understanding, in react they are called pure components)
  • Container Components
  • Mixins Child Component Implementations, i.e. React -> WebComponent -> [R -> WC, R -> WC, R -> WC]
  • Incremental Rendering Incremental rendering duplicates DOM nodes #335
  • Controlled Inputs
  • Trigger Actions
  • Share Context (if necessary)
  • Performance of DOM changes
  • Web-Component Polyfill Compatability

Actual Behavior

Not known...

@AndyOGo
Copy link
Author

AndyOGo commented Mar 12, 2018

@AndyOGo
Copy link
Author

AndyOGo commented Mar 21, 2018

@AndyOGo
Copy link
Author

AndyOGo commented Mar 21, 2018

I have a first react integration utility

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants