Guillermo Rodas
Google Developer Expert in Web Technologies, Community Organizer, and Online Teacher.
@glrodasz
Guillermo Rodas
Engineer at Auth0
Organizer of Medellín CSS, CSS Conf CO
and Medellín Identidad y Seguridad
@glrodasz
GDE Web Technologies
Curso de Autenticación con OAuth
Curso de Express.js
State Management in JS
Flux / Redux / Mobx
React State
Local State
Context API
React Hooks
state
/steɪt/
the particular condition that someone or something is in at a specific time.
In information technology and computer science, a program is described as stateful if it is designed to remember preceding events or user interactions;
the remembered information is called the state of the system.
/users
/users/23
/users/products
/users/products/11
Dispatcher
Store
View
Action
Action
Reducer(s)
Store
View
Action
Dispatch
Action
State*
View
By Guillermo Rodas
Google Developer Expert in Web Technologies, Community Organizer, and Online Teacher.