DEV Community

Cover image for Different React Patterns for Enterprise Apps
varunprashar5
varunprashar5

Posted on

Different React Patterns for Enterprise Apps

Are you a React Developer?

If you want to Simplify large React applications by separating your component logic, state and display properties to make React components more flexible then do explore more about different patterns & approaches you should follow:

  1. Compound Components

  2. Render Props

  3. Provider Pattern

  4. Combining Pattern

  5. Component Injection

What is your strategy, approach and thought process in creating such enterprise React Apps?

Let me know if you want to learn more about any pattern or topic in React.

Top comments (3)

Collapse
 
lineldcosta profile image
lineldcosta

I am learning state reducer pattern.

Collapse
 
danondso profile image
Dublin Anondson

I was hoping this article would include examples of each :(

Collapse
 
varunprashar5 profile image
varunprashar5

I will add them soon..