Skip to content

Commit

Permalink
updated: link to riot register
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaGuarini committed Jul 30, 2023
1 parent e1a41e7 commit bac3457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import render from '@riotjs/ssr'
const html = render('my-component', MyComponent, { some: 'initial props' })
```

_Important_ If you want to import raw `.riot` components in your application you might want to [read this](https://github.com/riot/ssr#register---to-load-riot-components-in-node)
_Important_ If you want to import raw `.riot` components in your application you might want to use [@riotjs/register](https://github.com/riot/register)

_Note_ that components rendered on the server will **always automatically receive the `isServer=true` property**.

Expand Down

0 comments on commit bac3457

Please sign in to comment.