Blog
This guide explains how to use Radix Primitives, along with styled-components and framer-motion, to build a simple Dropdown, with an animation when opening and closing it.
How I reduced my Next.js bundle size by 56%, by analyzing it and making a few changes to how my blog pages were rendered.
How to develop your React Native UI components in isolation in a monorepo setup, with Yarn Workspaces, Storybook, and Expo.
Why did I create a blog, and the technical decisions I've made while developing it.
I explain the reasons that led me to decide on taking a sabbatical, and what I'm planning on doing for it.
As we started having more complex requirements on the persistence mechanism, we replaced redux-storage with a custom saga and liked the result so much that we decided to share it with you.