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

Extract component handlers packages out of monorepo #418

Open
fahad19 opened this issue Apr 25, 2018 · 0 comments
Open

Extract component handlers packages out of monorepo #418

fahad19 opened this issue Apr 25, 2018 · 0 comments

Comments

@fahad19
Copy link
Member

fahad19 commented Apr 25, 2018

Currently

We have:

  • frint-component-handlers
  • frint-router-component-handlers

Which are used respectively by:

  • frint-react
  • frint-router-react

We did it that way to enable us to create other packages integrating with various rendering libraries (like Preact, Vue, and others).

Proposal

We haven't done any further maintenance of other integration packages, besides the one for React which exists in the monorepo.

I suggest moving the handler packages out of the monorepo, so other integration packages can still use them.

But the React integration packages that we have in the monorepo don't need to use them any more to make lives of core maintainers easier.

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

No branches or pull requests

2 participants