EGOIST
EGOIST
Cache the size of package and reuse if at next time, maybe add a `--use-cache` or `--max-age` option
- Rewrite with React - Usage with Next.js - Custom themes - Support multi projects, like https://changelog.changefeed.app
Add support for Netlify forms / Formik.com / FormSimple.io support Sample usage: ```js module.exports = { themeConfig: { contactForm: { type: 'netlify' // or formik / formsimple etc, formId: 'xxx'...
 We should limit it to two lines.
use codesandbox.io
eg: ```js Appear.defaultProps = { transitionDuration: 300 }; Appear.propTypes = { children: PropTypes.node, fragment: PropTypes.object, route: PropTypes.object, style: PropTypes.object, transitionDuration: PropTypes.number }; ``` and ```js class Appear extends Component {...