|
|
|
|
|
by mterrel
2332 days ago
|
|
In my opinion, the power of the React/JSX model is really about allowing you to declaratively specify everything that can/should be specified that way. But then also allowing you to selectively use imperative constructs where they're needed, all while making it fairly seamless to move back and forth between the two at any level of abstraction. Of course, with great power comes great responsibility... |
|