|
|
|
|
|
by tptacek
4055 days ago
|
|
You might be confusing programming languages with concepts. Don't think of React as "a container for logic and a system for doing views". Think of it solely as view logic. It's not mixing views with program logic. It's only view. There's nothing to mix. It just happens --- wonderfully --- to use a real programming language to represent those views. The notions of logic, controllers, models, storage, and all that jazz are why there's also Flux (or Backbone or whatever else it is you want to use; we use Flummox, it's fine). |
|