Created
November 8, 2018 19:09
-
-
Save AWolf81/afc06573fa6483ef6ef579d6eebd1684 to your computer and use it in GitHub Desktop.
Part of summay pane (Next.js copy)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
details = ( | |
<Fragment> | |
<Paragraph> | |
<strong>Next.js</strong> | |
</Paragraph> | |
<Paragraph> | |
Next.js is a lightweight framework for static and | |
server-rendered applications. | |
</Paragraph> | |
<Paragraph> | |
Server-rendered by default. No need to worry about routing. A | |
great choice for quickly getting products built with | |
server-side rendering by a Node.js server. | |
</Paragraph> | |
<Paragraph> | |
<ExternalLink | |
color={COLORS.white} | |
hoverColor={COLORS.white} | |
href="https://nextjs.org/learn/" | |
> | |
<strong>Learn more about Next.js.</strong> | |
</ExternalLink> | |
</Paragraph> | |
</Fragment> | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment