Intro to React Context, comparision with Redux, context testing approaches. Created for the purpose of presentation for Warszawskie Dni Informatyki.
You can checkout the project at different commits to have a step-by-step experience:
- Barebone context, different consumer techniques: ab7ffde1e6890fd313189462a8eeba64a1d1760c
- Added
fetchPhotos
method to modify the state: 9c5805b4a4724b6fb41fa4d48ca2ce0c4aa6baa7 - Added new
ThemeContext
, mounting it without any helpers insrc/index.js
: 12837faa7caa09fdaf8aaf75e6ea1405e3f3ce14 - Add
CombinedConsumer
helper component 98a0f7f51b749786ff28b9524c1d9d87930a99ac - Use combined contexts d83865dac04cb083500b303b88d06262a401a977
- Make
PhotosContext
useInnerComponent
pattern 57362cdf5f3b43e762b83fde6b4aa0548eecae62