Blog

When I have a chance I like to share what I've learned in all these years of software development, I'll write about it here.

21Jun, 23
0
0

React Collapsible Component with Auto Height Detection.

Collapsible components with variable heights are hard, but not anymore, this example will make you...

Read full article
03May, 23
3
0

Say Yes to Modals with the Dialog Tag!

Modal components are widely used in web development, but they often rely on a multitude of nested div...

Read full article
26May, 22
8
0

Smoothly test React components with multiple Contexts.

Credits: Photo by Tima Miroshnichenko Yes yes I know, testing, I'll be honest, I hate (start)...

Read full article
08May, 22
21
2

React dot notation component with TS

Yes I know, dot notation components are not very much used (libraries aside) in your projects, I've...

Read full article
07Oct, 21
116
9

React component library with Tailwind in 3 mins!

This article assumes you have knowledge about building React Components, Libraries, and Tailwind. ...

Read full article
28Apr, 21
15
3

Compare Props in React Functional Components.

NextProps in React Functional Components Back in the day, when I was young (LOL), we use react 15,...

Read full article
24Mar, 21
9
2

Animated Sidebar and Modal with Framer Motion

So, do you ever wanted to do something like this, but in a few lines of code, without CSS, with trans...

Read full article
07Nov, 20
8
2

React Drawer like a Champ!

Hi there!!! Hope everything goes fine with you on the other side of the screen wherever you are! I j...

Read full article
31Oct, 20
43
4

Build your own React Tooltip Component

Hello! Happy Samhain/Halloween!!! This a very spooky fast article where I would like to show you how...

Read full article
18Sep, 20
4
0

Syntactic sugar, why, when and how

The term Syntactic Sugar was coined by Peter J. Landin in 1964. In computer science, syntactic sugar...

Read full article
16Aug, 20
8
0

A guide for Skeletons in React.

Hi there developers! In this article, I will be sharing my experience in implementing skeletons compo...

Read full article
11May, 20
7
0

Context vs Hooks ({experiment})

Recently I came with an idea to change the app flow I am working on, It is not a big application, so...

Read full article
19Mar, 20
9
1

CSS training

CSS is a very, very important part of APP development, but if you only write CSS for the APPs you bui...

Read full article
11Mar, 20
16
2

Use React Context as a Custom Hook

This is a pretty fast look at a workaround to combine react context and hooks React Context...

Read full article
01Mar, 20
94
13

Your next React Modal with your own "useModal" Hook & Context API.

Hi there everyone, this is a quick review about how to use Modals Components in your React project co...

Read full article