UI libraries like React Native Paper and React Native Elements offer pre-developed components that help us deliver our React Native projects faster.
Add to your JavaScript knowledge of shortcuts by mastering the ternary operator, so you can write cleaner code that your fellow developers will love.
Learn how to efficiently bundle your TypeScript package with tsup. This guide covers setup, custom output extensions, and best practices for optimized, production-ready builds.
Learn the fundamentals of React’s high-order components and play with some code samples to help you understand how it works.
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