AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
The Mono Repo Isn't Important, Is It?
Developing a libraries is really hard, because you have to link them to the ap you're working on. We ran into an issue where there was some code in an ap it was setting up an apollo context provider and then it had some code that was feeding into the u i. You copy and pasted the code that was setting up the provider, moved it into the library, imported it from the library. It was all the same code. And then when you rapped your ap with the provider that was being imported, instead of a the code being right there, it broke. So that was pretty, pretty nuts, in my opinion.