Skip to content

Commit 45926ab

Browse files
author
Jason Gao
committed
add postRenderHeads to readme
1 parent 339da2c commit 45926ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ You can optionally provide configuration options to the plugin:
4949
- `heads` - Function that will return html tags to be appended to the document head tag
5050
- `tails` - Function that will return html tags to be appended to the document body tag
5151
- `transform` - Function that will be run to transform the root react element
52+
- `postRenderHeads` - Function (called after render) that will return html tags to be appended to the document head tag. Useful when injecting styles that rely on rendering first.
5253

5354

5455
## Setting up a route

0 commit comments

Comments
 (0)