-
As vezes precisamos ter acesso a vários estados diferentes em nossa aplicação e não dá pra ficar passando props de componente em componente, porque vai chegar uma hora que ela vai ficar muito confusa e complexa. Por esse motivo o context Api existe, ele cria um contexto que pode ser usado para armazenar os nossos estados e torná-los globais, sendo assim qualquer componente da aplicação pode acessá-los sem a necessidade da passagem de props. Claro que não armazenaremos todos os estados da aplicação num contexto pois é desnecessário guardar estados que são passados apenas pra um componente, e o objetivo do Context Api é nos ajudar a lidar com vários estados diferentes que iriam viajar de props em props sem ele.
-
Sometimes we need to have access to several different states in our application and it is not possible to keep passing props from component to component, because there will come a time when it will be very confusing and complex. For this reason the context API exists, it creates a context that can be used to store our states and make them global, so that any component of the application can access them without having to pass props. Of course, we will not store all application states in a context as it is unnecessary to store states that are passed only to one component, and the purpose of the context API is to help us deal with several different states that would travel from props to props without it.
-
Notifications
You must be signed in to change notification settings - Fork 0
A simple project that demonstrates how to use the context api (react hook)
License
JoaoPedroli/context-api
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A simple project that demonstrates how to use the context api (react hook)
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published