React 101-ish

1
 Advanced issues found
 

Context API

Pros

  • Less overhead on for maintenance and development
  • It's all React code
  • Uses only out-of-the-box API
  • Easier to debug

Cons

  • It's a new API
  • Still might have a learning curve

Redux

Pros

  • Well known lib
  • Long time in the market
  • Reliable

Cons

  • Adds overhead just by opting in
  • Not so easy to debug
  • Don't have a solid standard

Time to chose

Intro to react

By Thiago Dallacqua

Intro to react

  • 26