Matheus PlessmannMatheus Plessmann

Matheus Plessmann

AvatarAvatar

Matheus Plessmann

A Front-End developer who loves to create things with JavaScript and the ecosystem around it.

Avoid Provider Hell with composition

November 03, 2020

When we’re working with the React Context API it’s not hard to find ourselves in a situation where we’re using multiple Context Providers…

My JavaScript Playground

September 30, 2020

A boilerplate for creating JavaScript tryouts and small projects quickly

Melhorando condicionais no JavaScript

July 18, 2020

Quando estamos escrevendo código, seja em JavaScript ou em outra linguagem, é muito comum nos depararmos com cenários onde precisamos criar condicionais desse modo...