© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Thomas Wycoff
Brewing
What, according to you, are some of the toughest/hard to understand concepts in React/Redux? How did you manage to explain those in your books React For Beginners and Learn Redux?
Wes Bos
Full Stack Developer + Teacher
In React its the shift from thinking in the DOM to thinking about components and state.
In redux there are some new concepts for most devs - it's the first taste of functional programming for a many.