Thursday afternoon

Redux workflow

Actions -> Reducers -> Components

Gatsby vs. Next.js

  • Next.js – interesting article about implementation to existing project here.
  • Gatsby dictates how to handle data and handles in JSON files (via GrapQl). Good solution when you need versioned data (for example catalogue more on link down).

Interesting article here.