Hacker News new | ask | show | jobs
by quangv 2375 days ago
So then React is a framework?
1 comments

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.