Aug 14, 2021
What if I told you...
That you're entirely wrong...well, mostly actually. Context is less code and Redux does require a bit more boilerplate (but not by much, tbh), but Redux and Context are two different things. Context, per documentation, is NOT the way to go if you are expecting frequent data changes. Context is purely meant for things like global themes or settings...things that don't change that often.