Skip to content

Commit 47d0121

Browse files
committed
docs(nanoviews): note about contexts (#44)
1 parent 7977c23 commit 47d0121

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/nanoviews/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -623,6 +623,9 @@ function App() {
623623
App() // <div>Current theme: dark</div>
624624
```
625625

626+
> [!NOTE]
627+
> Nanoviews contexts are based on [Kida's dependency injection system](../kida#dependency-injection).
628+
626629
### portal$
627630

628631
`portal$` is a method that can render a block in a different place in the DOM.

0 commit comments

Comments
 (0)