-
Notifications
You must be signed in to change notification settings - Fork 4k
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
chore(package): use keyboard-key package #2707
Conversation
@levithomason Is the plan to make this into a monorepo that exports read-only versions of these lib packages so they can be imported elsewhere? |
Yes, that is the plan for the components. I hadn't considered it for the lib, but that also may make sense for some things. Did you have a proposal on this by chance? |
No proposal on this yet. I am still exploring options on doing this in my company's current projects. Depending on how this gets set up there's potentially a lot of infrastructure to set up... but once it is done you get the benefits of both the many/singe repo approach. I don't have any experiences to share at this time but once I've done some trial runs and a POC in my own project I can open up a RFC for this on our project and we can have a discussion about our needs and what further info I might have from my experiences. |
…React into chore/keyboard-key # Conflicts: # yarn.lock
Codecov Report
@@ Coverage Diff @@
## master #2707 +/- ##
==========================================
- Coverage 99.74% 99.74% -0.01%
==========================================
Files 160 160
Lines 2759 2758 -1
==========================================
- Hits 2752 2751 -1
Misses 7 7
Continue to review full report at Codecov.
|
@levithomason I've finished this PR, take a look 🐱 |
Excellent, we can merge this now 💪 Moving forward, I think we might want to consider making our lib a mono repo with yarn workspaces rather than having literal separate repos. Thoughts? |
Released in |
We'll be extracting more of our
/lib
to separate packages for use in other frameworks. This PR abstracts thekeyboard-key
util.