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.
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.