You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I discovered this package recently and have been enjoying it a lot. One thing that I think doesn't make sense to me is the name of the class "Component2". Won't "ReactComponent" be a more descriptive name for it?
Component2 just feels arbitrary
The text was updated successfully, but these errors were encountered:
We used to have a class called Component that was deprecated. Component2 is just the next evolution of that. It changed the underlying props/state from dart maps to "js-backed" maps, this made it possible to use the react devtools! It also added support for lots of the stuff in React 16. The underlying props/state change was a breaking change hence the 2.
I discovered this package recently and have been enjoying it a lot. One thing that I think doesn't make sense to me is the name of the class "Component2". Won't "ReactComponent" be a more descriptive name for it?
Component2 just feels arbitrary
The text was updated successfully, but these errors were encountered: