Skip to content

Blog

I write some articles now and then. Whenever I have time and a topic to write about. Mostly about front-end development with React and Angular.

  1. Building an Angular Library with multiple entry points

    An Angular library lets you share code between multiple projects. For a larger library it's recommended to use subentry points. We'll build a new Angular library from scratch, add multiple subentry points with dependencies between them and add a showcase app that uses the library.

    Updated
  2. Building Component Slots in React

    Slots are a way to pass elements to a component and let them render in a specific location, like a header or footer. Let's find out how we can create a slot API in React.

    Updated