/** * A collection of popular layouts and patterns made with CSS (https://csslayout.io) * (c) 2019 - 2020 Nguyen Huu Phuoc */ import React from 'react'; import SampleCode from '../components/SampleCode'; const MadeOf: React.FC<{}> = () => { return (
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;