Jimmy Chao
Aug 4, 2022

--

I think you have the wrong idea about react component is just a view.

The reason why React is success is because it is a component based framework, everything is declarative and self contained components that have it's own lifecycle, data fetching logics and views. Yeah you can extract the logic to higher level component, but it doesn't means write logic in component is bad. Actually you can reuse the component, because it contains the logic inside, but not controller or context.

--

--

No responses yet