|
|
|
|
|
by nsonha
1701 days ago
|
|
no? If you want state management you use a state management library. If you want optimization, you do memo, or pure component. You don't rely on the fact that some state library does that for you. You don't want your component's performance changes drastically when you refactor to context or whatever |
|