React TL;DR – a human filter for most useful tech content.

All posts

Typescript: Working with Paths, Packages and Yarn Workspaces

  • Typescript path aliases are useful for shortening import statements and reaching modules from deep nested components.
  • Deploying your own Typescript packages is an effective means of reusing your code and decreasing the size of your final projects.
  • Where projects require multiple packages, yarn workspaces can be leveraged, and used in conjunction with a dedicated tool called Lerna.