1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Add SSR caching example to the README. (#503)

This commit is contained in:
Arunoda Susiripala 2016-12-24 07:00:06 +05:30 committed by Naoyuki Kanezawa
parent 44c73b9970
commit fb3612a941

View file

@ -311,6 +311,7 @@ export default ({ url }) => (
<li><a href="./examples/custom-server">Basic custom server</a></li> <li><a href="./examples/custom-server">Basic custom server</a></li>
<li><a href="./examples/custom-server-express">Express integration</a></li> <li><a href="./examples/custom-server-express">Express integration</a></li>
<li><a href="./examples/parameterized-routing">Parameterized routing</a></li> <li><a href="./examples/parameterized-routing">Parameterized routing</a></li>
<li><a href="./examples/ssr-caching">SSR caching</a></li>
</ul> </ul>
</details></p> </details></p>