DEV Community

Discussion on: High level view and logic separation in React

Collapse
 
dance2die profile image
Sung M. Kim

Thanks for the explanation Tomek 🙏
I can see how this pattern can work to even extract the component to publish on NPM to be used separately altogether 😮

Thread Thread
 
tomekbuszewski profile image
Tomek Buszewski

Yes, like I said earlier, you can easily create an extra layer that will inject the view rather than use it implicitly via internal import.