EGOIST

Results 314 issues of EGOIST

Cache the size of package and reuse if at next time, maybe add a `--use-cache` or `--max-age` option

enhancement

enhancement

- 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'...

![image](https://user-images.githubusercontent.com/8784712/77434404-c49cbc80-6e1b-11ea-84ed-909e548423ef.png) We should limit it to two lines.

use codesandbox.io

enhancement
help wanted
good first issue

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 {...

enhancement
help wanted