-
- How it's made
-
-
- lint(r)) /* tslint */
- .then((r) => lazyLoad(r)) /* @loadable/component */
- .then((r) => optimizeAndBundle(r)) /* webpack */
- .then((r) => exportHtml(r)) /* react-snap */
- .then((r) => deploy(r)) /* Netlify */
- .then((r) => {
- expect(r).is(scalableCode);
- expect(r).is(superFastWebsite);
- expect(r).is(seoFriendly);
- })
- .finally(() => {
- /* Give me 1 Github star 🎉 */
- });
-`}
- />
-
-
- );
-};
-
-export default MadeOf;