The posted link contains a detailed breakdown written by Vue's creator of why Vue, a similar tool to React chose to de-emphasize class-based components in favor of the composition API (hooks).
I thought you might be able to find some clues to why people pick hooks over class-based components in there.
The posted link contains a detailed breakdown written by Vue's creator of why Vue, a similar tool to React chose to de-emphasize class-based components in favor of the composition API (hooks).
I thought you might be able to find some clues to why people pick hooks over class-based components in there.