Created
November 1, 2018 16:20
-
-
Save themgoncalves/632a593e606b96fd50b163e7e00b20d4 to your computer and use it in GitHub Desktop.
React SSR components implementation demo
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
| import React from 'react'; | |
| export default function LoremIpsum() { | |
| return ( | |
| <div> | |
| Bacon ipsum dolor amet pork belly minim pork loin reprehenderit incididunt aliquip hamburger chuck culpa mollit officia nisi pig duis. | |
| Buffalo laboris duis ullamco flank. | |
| Consectetur in excepteur elit ut aute adipisicing et tongue veniam labore dolore exercitation. | |
| Swine consectetur boudin landjaeger, t-bone pork belly laborum. | |
| Bacon ex ham ribeye sirloin et venison pariatur dolor non fugiat consequat. | |
| Velit kevin non, jerky alcatra flank ball tip. | |
| </div> | |
| ); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment