|
|
|
|
|
by PaulHoule
2375 days ago
|
|
I would say yeah. I think React calls you (render + callbacks) more than you call it in most cases. Like a library, however, your code is usually kicking things off by calling ReactDOM.render(). I'm sure there are "meta-frameworks" build around react which set up your router in declarative style and call that top level method. |
|