mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 20:23:08 +00:00
committed by
GitHub
parent
04b5d4402d
commit
73a8d9c194
@@ -20,7 +20,7 @@ The `preinit` function is currently only available in React's Canary and experim
|
||||
`preinit` lets you eagerly fetch and evaluate a stylesheet or external script.
|
||||
|
||||
```js
|
||||
preinit("https://example.com/script.js", {as: "style"});
|
||||
preinit("https://example.com/script.js", {as: "script"});
|
||||
```
|
||||
|
||||
</Intro>
|
||||
|
||||
Reference in New Issue
Block a user