Jackdaw's Nest

ReactJS For Stupid People

2015-10-28

React is often mentioned in the same breath as other Javascript frameworks, but "React vs Angular" doesn't make sense because they aren't directly comparable things. Angular is a complete framework (including a view layer), React is not. This is why React is so confusing to understand, it's emerging in an ecosystem of complete frameworks, but it's just the view.

Andrew Ray's Blog

React.js is just the view layer, that's it in a nutshell. Read the full post for some good insights.