frintjs/frint

Extract component handlers packages out of monorepo

開放

#418 建立於 2018年4月25日

 (0 則留言) (0 個反應) (0 位負責人)JavaScript (37 個分叉)batch import
help wantedproposal

倉庫指標

星標
 (746 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

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.

貢獻者指南