Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.61 KB

README.md

File metadata and controls

35 lines (27 loc) · 1.61 KB

Day 04

  • Topics:

Further study & practice:

References & Resources

  • React rules:

    • When a Component renders, all nested Components are also rendered.
    • React compares previous state with current (new) state and re-renders only when they are different.
  • JSON Placeholder

    • Sample JSON endpoint: https://jsonplaceholder.typicode.com/todos/1
    • Sample JSON endpoint with delay: https://jsonplaceholder.typicode.com/todos/1?_delay=5000
  • Water.css

    • Just add water: <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/water.css">