Skip to content

Commit 34f3a4e

Browse files
committed
More content
1 parent 861c97f commit 34f3a4e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/MIDDLEWARE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,8 @@ const polymiddleware = [
181181

182182
Every type of polymiddleware now comes with its corresponding proxy component. It is the easiest way to render a polymiddleware.
183183

184+
The proxy component acts as an intermediary, forwarding request to the polymiddleware. The polymiddleware processes the request and returns a render function, which the proxy morphs into the final rendered output.
185+
184186
```tsx
185187
const ActivityPolymiddlewareProxy: ComponentType<{ readonly activity: WebChatActivity }>;
186188
```

0 commit comments

Comments
 (0)