Felipe Gustavo

Felipe Gustavo @felipegs

About: Senior Web Engineer. Writes about Frontend, JavaScript, React, Web and its ecosystem.

Location:
São Paulo, Brazil
Joined:
Oct 28, 2019

Felipe Gustavo
articles - 11 total

Why Zustand suceed in the React state management war?

Zustand reached 49 thousand stars on github last week, which got everybody impressed. In the last...

Learn More 0 0Jan 22

The problem with usePrevious and similar time oriented hooks

Theo did a video this week about unintuitive behaviors of React hooks, exploring especially the idea...

Learn More 1 0Dec 16 '24

Reasoning about the useEffect wrong usage

The most wrong used hook in React is, for sure, useEffect. We have multiple reasons for this, not...

Learn More 0 1Dec 6 '24

The death of useEffect and the dynamic derivations role in it

The title is a little “click bait”, but the idea is not wrong. I don’t have the opinion that...

Learn More 1 0Nov 27 '24

Lifecycle doesn't exist in React with hooks

A long long long time ago, we used React with classes, remember? At that time, we had the concept of...

Learn More 0 0Nov 12 '24

Async derivations in React

We have a problem, async is hard. Imagine you have a simple GET API, a search that receives as param...

Learn More 0 0Nov 7 '24

The complicated relation between React and derivation

React hooks was released 6 years ago, but until today, we can see errors being committed, even by...

Learn More 0 0Oct 29 '24

What was the starting point for becoming a mid-level frontend engineer?

Introduction There are some turning points in our lives that change our way of viewing...

Learn More 3 0Sep 6 '21

Understanding how the redux data flow really works

Introduction Redux is one of the most used state management libraries available today for...

Learn More 10 0Aug 19 '21

Some thoughts about frontend learning

Everyday a great number of new people start to study programming and web development. The Front-end...

Learn More 21 1May 14 '20

Understanding BEMCSS

When the use of CSS is no longer just the stylization of personal websites or small projects and...

Learn More 9 1Nov 16 '19