Welcome to the Component Playground

Scroll to articles

Released Components

Ultimate Button

Today we will be busy building the ULTIMATE button. I’m joking of course. We will build the first part of our small library of reusable components - a button that is ready for the modern challenges. Button that will have a number of different statuses and that is capable of displaying these statuses to an end user in a really cool manner.

Most recent articles

Building reusable components, using Typescript, React and Styled-Components

    react
    typescript
    webdev
    beginners

###Motivation### Being able to build a solid component system that can be seamlessly reused in many projects is absolutely crucial for modern web-development. Precisely for this reason, I would love to walk you through the process of construction of several components that are ready for the challenges of today's dynamic Web landscape. 🚀 We will b ...

Read More

🪟 Windows 11 inspired portfolio 🪟

    javascript
    react
    nextjs
    webdev

👋Hi there and Happy Hacktoberfest 2021 fellow developers! 🎊 I hope you're doing fantastic! In the past, I was powerfully impressed by a portfolio that was built like a simple OS. So, this basically has always been my small dream to build a portfolio-app that visually mimics an operating system. Recently, I had some free time and I finally deci ...

Read More

🪝 Building custom "useTypedFetch" hook in React with TypeScript

    react
    typescript
    beginners
    webdev

Asynchronous interactions are the bread-and-butter of modern JavaScript programming. Let’s see how we can abstract away all the heavy lifting and boilerplate of data fetching in a custom **useTypedFetch** hook 🪝. ✨ This article is particularly aimed at beginners and those who want to familiarize themselves with async TypeScript a little better an ...

Read More