|
|
|
|
|
by tigershark
3225 days ago
|
|
I cannot really understand how today mixing logic and presentation in JSX is considered a good thing.
The first principle when writing complex systems should be to completely separate the logic from the presentation layer.
Nowadays people seem happy with intermingled monstrosities like the one shown in the JSX code upstream. |
|