|
|
|
|
|
by sb8244
2365 days ago
|
|
I feel that hooks make it easy to go from functional component (simplest way to get started) to stateful component without "rewriting" it to the class. It's easy to do that rewrite, but painful when you have to do it back and forth as you're playing around with component design. That's represented in one of these principles. |
|