reading-notes


Project maintained by mr-atta Hosted on GitHub Pages — Theme by mattgraham

Application State with Redux



What are the advantages of storing tokens in “Cookies” vs “Local Storage” ❓ 📁

less convenient for the attacker because they can’t read the content of the token

Explain 3rd party cookies.❓ 📁

Third-party cookies are ending, but user consent is still needed to process personal data. Try Cookiebot for free for true end-user protection and full compliance for your website. Protect personal data. Free website scan. Cookie consent management.

How do pixel tags work? ❓ [📁](https://en.ryte.com/wiki/Tracking_Pixel#:~:text=A%20tracking%20pixel%20(also%20called,webpage%20or%20opens%20an%20email.&text=The%20tracking%20pixel%20URL%20is,is%20loaded%20from%20this%20server.)

A tracking pixel (also called 1x1 pixel or pixel tag) is a graphic with dimensions of 1x1 pixels that is loaded when a user visits a webpage or opens an email. … The tracking pixel URL is the memory location on the server. When the user visits a website, the image with the tag is loaded from this server.



Redux

Redux


📌 Testing redux reducers with Jest


📌 Dan Abramov Redux Tutorials

📌 worlds easiest guide to redux