-
Notifications
You must be signed in to change notification settings - Fork 0
Next.js
Marie-Louise edited this page Jan 22, 2019
·
37 revisions
Learning Next.js using this tutorial :
when you click back, usually this is handled by next/linkinstead of being handled in the usual way location.history
Styling a component
a style={{ fontSize: 20 }}
<Link href="/about">
<a style={{ fontSize: 20 }}>About Page</a>
</Link>