reading-notes

State with Redux

Review, Research, and Discussion

The cookie is not accessible via JavaScript; hence, it is not as vulnerable to XSS attacks as localStorage

are those created by domains other than the one the user is visiting at the time, and are mainly used for tracking and online-advertising purposes.

graphic with dimensions of 1x1 pixels that is loaded when a user visits a webpage or opens an email

Document the following Vocabulary Terms

Preparation Materials

Redux

Redux is a predictable state container for JavaScript apps.

Redux provides a solid, stable and mature solution to managing state in your React application. Through a handful of small, useful patterns, Redux can transform your application from a total mess of confusing and scattered state, into a delightfully organized, easy to understand modern JavaScript powerhouse.