Skip to content

Commit 280d90e

Browse files
Changes in the README.md File as per requirement, name of the file changed from ReadME.md to README.md
1 parent f7d7b28 commit 280d90e

File tree

1 file changed

+13
-19
lines changed
  • microservices-client-side-ui-composition

1 file changed

+13
-19
lines changed

microservices-client-side-ui-composition/ReadME.md

Lines changed: 13 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,16 @@
1-
# Client-Side UI Composition Pattern: Assembling Modular UIs in Microservices Architecture
2-
3-
### **shortTitle**: Client-Side UI Composition
4-
5-
### **Description**:
6-
Learn how the Client-Side UI Composition pattern allows the assembly of modular UIs on the client side, enabling independent teams to develop, deploy, and scale UI components in a microservices architecture. Discover the benefits, implementation examples, and best practices.
7-
8-
### **Category**: User Interface
9-
10-
### **Language**: JavaScript, HTML, CSS
11-
12-
### **Tag**:
13-
- Micro Frontends
14-
- API Gateway
15-
- Asynchronous Data Fetching
16-
- UI Integration
17-
- Microservices Architecture
18-
- Scalability
19-
1+
---
2+
title: "Client-Side UI Composition Pattern: Assembling Modular UIs in Microservices Architecture"
3+
shortTitle: Client-Side UI Composition Pattern
4+
description: "Learn how the Client-Side UI Composition pattern allows the assembly of modular UIs on the client side, enabling independent teams to develop, deploy, and scale UI components in a microservices architecture. Discover the benefits, implementation examples, and best practices."
5+
category: User Interface
6+
language: en
7+
tag:
8+
- Micro Frontends
9+
- API Gateway
10+
- Asynchronous Data Fetching
11+
- UI Integration
12+
- Microservices Architecture
13+
- Scalability
2014
---
2115

2216
## **Intent of Client-Side UI Composition Design Pattern**

0 commit comments

Comments
 (0)