|
|
|
|
|
by dsiegel2275
125 days ago
|
|
Lost me at "React is a Framework" assertion. The key difference between a "framework" and a "library" is the inversion of control that exists in a framework. React is a library - your app still maintains control of application state and drives the main workings of the application. It is just simply using the React library to render that application state. |
|