Reading-Notes

Class 36 Summary :

Application State with Redux :

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

Explain 3rd party cookies :

How do pixel tags work?

Document the following Vocabulary Terms :

Term  
cookies Cookies are data, stored in small text files, on your computer.When a web server has sent a web page to a browser, the connection is shut down, and the server forgets everything about the user.
authorization 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. More formally, “to authorize” is to define an access policy
access control is a security technique that regulates who or what can view or use resources in a computing environment
conditional rendering the process of delivering elements and components based on certain conditions.

Fundamentals of Redux :

What is Redux?

Why use Redux?

how to use Redux in react

  1. create store as we create context
  2. pass store and context to provider
  3. imported as context exactly

How Redux works

Sources :

source1 source2 source3 source4 source5