CLASS 36
Application State With Redux
REVIEW, RESEARCH AND DISCUSS
What are the advantages of storing tokens in “Cookies” vs “Local Storage”
- localStorage is a way to store data on the client’s computer. … Web storage can be viewed simplistically as an improvement on cookies, providing much greater storage capacity
Explain 3rd party cookies.
- Third-party cookies are created by domains that are not the website that you are visiting. These are usually used for online-advertising purposes and placed on a website through adding scripts or tags.
How do pixel tags work?
- By essentially tracking these tiny snippets of code that allow you to gather information about visitors on a website—how they browse, what type of ads they click on
TERMS:
cookies
- Cookies are data, stored in small text files, on your computer. When a web server has sent a web page to a browser,
authorization
- Authorization is the function of specifying access rights/privileges to resources, which is related to general information security and computer security, and to access control in particular.
access control
- Access control is a method of guaranteeing that users are who they say they are and that they have the appropriate access to the right data.
conditional rendering
-
Conditional rendering is a term to describe the ability to render different user interface user interface markup if a condition is true or false.