webpack’s Module Federation allows you to easily share code and dependencies between applications, helpful in micro-frontend architecture.
Whether you’re part of the typed club or not, one function within TypeScript that can make life a lot easier is object destructuring.
useState
useState
can effectively replace ref
in many scenarios and prevent Nuxt hydration mismatches that can lead to unexpected behavior and errors.
Explore the evolution of list components in React Native, from `ScrollView`, `FlatList`, `SectionList`, to the recent `FlashList`.
2 Replies to "Boost your productivity with TypeScript project references"
Hey, Great article! It looks like at some point you may have changed the name of shared code from `core` to `common` and didn’t replace it throughout the examples. (Same with `tsconfig-base.json` vs. `ts-config.base.json`) Additionally, given the described folder structure, I believe the relative paths are incorrect for `extends`.
Thank you so much. I’ll see if I can get his updated