Avoid Provider Hell with composition
November 03, 2020When 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…
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…
A boilerplate for creating JavaScript tryouts and small projects quickly
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...