|
|
|
|
|
by nicoburns
2055 days ago
|
|
> but I find that I miss the lifecycle callbacks of the older class based style. Why not continue to use the class based style? It's still supported. We're using hooks for some simpler cases where they really cut down on boilerplate, but we're continuing to use classes for more complex cases where we find it more readable. |
|