Skip to main content

19 posts tagged with "reactjs"

View all tags

ReactJS Hooks - useEffect

· 10 min read
Bruno Carneiro
Fundador da @TautornTech

ReactJS Hooks

Hello everyone, continuing the series of articles about Hooks, in this article I'll talk about useEffect.

tip

If you want to learn a bit more about Hooks, you can read this content here:

React Hooks: useState

React Hook: use

The useEffect (effect hook) is a Hook for listening to changes made in a component. With it we can interact with some React lifecycle functions, just as it was done using classes.

ReactJS Hooks - useState

· 6 min read
Bruno Carneiro
Fundador da @TautornTech

ReactJS Hooks

Hello everyone, today I'm going to talk a little about HOOKs, how they work, and when to use them.

Reference: Pudge Dota 2


tip

 Also learn how the useEffect and use hooks work.


The Hooks feature was added to React in version 16.8, which created the possibility of using the application state and other React features without needing to create a class scope. A brief example of a component with class scope:

Case — Mobx to Redux

· 7 min read
Bruno Carneiro
Fundador da @TautornTech

Today I'm going to share a case study about a migration from Mobx to Redux and the reasons my team and I considered when making this decision.

I see many questions about which is better, what to use in a large-scale project, and the pros and cons of each technology. There were many questions, and after a lot of study we carried out the migration.

Below I'll describe some of the points that helped us make this decision.

Styled Components Universe — Part 1/3

· 7 min read
Bruno Carneiro
Fundador da @TautornTech

Hey young grasshoppers! As I mentioned in another article, today I'm going to dive a little deeper into this wonderful library that is Styled Components. I'll split this topic into three articles: in this one I'll cover some of styled's features, in the second I'll talk about testing (don't take this order into account when building an application), and in the last one I'll explain best development practices (focused on styled components, of course).