-
Notifications
You must be signed in to change notification settings - Fork 3
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
Component hell & how to try and escape #62
Comments
@nk2580 Thanks for making the issue, looking forward to this one 😻 |
@loklaan happy to talk at either the February or March events. |
March is ideal! 😸 I'll add you to the next one. Also I'd like to say thanks, it's lovely to get early speaker buy-in! |
@loklaan happy to do March, actually starting the Brisbane Flutter community on the 28th so timing ends up working better. |
@nk2580 We're changing up the date actually! You're the first to know. Last week of the month was getting to heavy with other meetup's so we've jumped back to the third week (where we were most of last year). |
Hey @nk2580, how're ya travelling for this talk? |
so it would seem that the entire issue i was having can be really easily resolved with this facebook/create-react-app#1333 (comment) my talk is now no longer valid, sorry guys |
That would be a great end a talk actually haha, but I don't think it invalidates anything. Not to mention not everyone will/should use CRA. How about a talk on using CRA in a monorepo? |
Fair Enough.... can do that instead. |
@nk2580 You might be interested to know that i.e. using commands like the following does not update library versions in each consumer app:
Instead, I'm now using lerna update wizard to manage versioned dependencies in my consumer apps. |
@basher thankfully my use case allows me to sync versions of create react app and storybook across all my packages. This is a good example of a note that should be added to the docs though |
Summary of talk
a journey through component sharing and the difficulties it creates
Details
Title of the Talk
Component hell & how to try and escape
Description of the Talk
a walkthrough of the experiences, key learning and wishlists for component sharing in React applications. the challenges faced integrating Bit, Lerna, Yarn workspaces and my eventual preferred solution (basically an NPM package with some strict tooling).
Length of the Talk
Approximately 8 Minutes
The text was updated successfully, but these errors were encountered: