Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 335 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 335 Bytes

React Semantics

Explorations into the wild and wonderful world of React semantics.

Why is this code hard to reason about?

  • Global mutable state mixed with React's functional view of the world
  • Setters and getters galore; in some cases, the order you call setLoading and setTodo might matter
  • Network and API unreliability