Skip to content

Instantly share code, notes, and snippets.

@themgoncalves
Created November 1, 2018 16:20
Show Gist options
  • Select an option

  • Save themgoncalves/632a593e606b96fd50b163e7e00b20d4 to your computer and use it in GitHub Desktop.

Select an option

Save themgoncalves/632a593e606b96fd50b163e7e00b20d4 to your computer and use it in GitHub Desktop.
React SSR components implementation demo
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