-
Notifications
You must be signed in to change notification settings - Fork 360
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
Move controlled.js helper into its own package? #200
Comments
i think this relates to #160 - ideally long term we can get maximum visibility on pf-react related distributions in a "monorepo", however I am not opposed to exposing packages in separate repos if that becomes the consensus (and also not opposed to separate repos when those packages are cross framework/generic es6 modules). Maintaining a separate package is minimal effort if automated release tools are used and I am happy to share notes on this - however I think it may be desirable to keep related packages in a monorepo. Will revisit this in the future and thanks for posing it! |
Ah, yes! A monorepo with multiple npm packages deployed from it. Hadn't thought of that, that will probably work great. And in fact, if people wanted to look at the source for this helper they'd end up at the source for all of patternfly-react, which is great for visibility. Relevant: #201 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
This issue didn't age well... the So I think it's safe to close this one. |
Long-term, low-priority, but the controlled state helper that I wrote as part of #88 is a great candidate for a utility repo that would be useful to the React community at large (even those who aren't using patternfly-react). I was quite surprised to see that something like it didn't really exist yet.
It might be cool to document and share it, as a repo at perhaps
patternfly/react-controlled-state
, update patternfly-react to use it as an npm dependency, and spread it around the community. If people end up using it, there will be more visibility on the patternfly github org, and perhaps more React developers will find out about patternfly-react.Plus, I want to use it in my own side project :) Hooray for open source.
The text was updated successfully, but these errors were encountered: