Commit 6da29550 authored by Dan Abramov's avatar Dan Abramov Committed by GitHub
Browse files

Document #564

parent a53da222
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -601,7 +601,7 @@ Their names will also contain the content hashes to make sure the browser cache
Currently, only `<link href>` attributes are treated this way. If you need similar support for other HTML tags and attributes, please file an issue describing your use case.
If you need to use an asset from code rather than from HTML, please read [Adding Images and Fonts](#adding-images-and-fonts).
If you need to use an asset from code rather than from HTML, please read [Adding Images and Fonts](#adding-images-and-fonts). For example, to integrate a library like [`react-mdl`](https://github.com/tleunen/react-mdl) that depends on global scripts and styles, [`import` them from JavaScript](https://github.com/tleunen/react-mdl/pull/388).
### Generating Dynamic `<meta>` Tags on the Server
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment