DEV Community

Cover image for Design pattern for React js project - Patterns.dev
Joki_Tenmari
Joki_Tenmari

Posted on

Design pattern for React js project - Patterns.dev

More details and origin source: https://www.patterns.dev/posts/presentational-container-pattern

================================================================
In React, one way to enforce separation of concerns is by using the Container/Presentational pattern. With this pattern, we can separate the view from the application logic.

Top comments (0)