Category: Engineering notebook

  • Into headless components

    TLDR, there is no rule set in stone for how to create a headless component, the most important factor: separating the logic from the view What are headless components? It’s all about how you abstract your components to build reusable UI Headless components are patterns that help on separating the logic from the view. Instead…