Create React App fork by Cofab
Intended for prototyping experiments, delivered as PWAs
Changes:
- Hot reloading in development
- Perfect score on Google Lighthouse (100 100 100 100)
- Markdown (& front-matter) support with Mdx.js
- Static snapshotting for production with react-snapshot
- Native SVG with svgr
- Routing with react-router
- SASS & Foundation 6
- Multicat analytics (GA, Fb pixel, Mixpanel, ...)
- Netlify CMS integration & config
- Utilities and helpers (classnames, typography.js, ...)
- OpenGraph tags read from
package.json
- Absolute import paths
Upcoming:
- OpenGraph content strategy with React Helmet
- Webfontloader
- Improved manifest with PWA Manifest
- Scroll lock across devices with BrowserSync
- Responsive images
npm init react-app my-app --scripts-version puding
or
yarn create react-app my-app --scripts-version puding
Refer to Create React App documentation on how to non-destructively upgrade the project, or how to eject
to fully customize the underlying configuration.
These additional dependencies were added to those specified by Create React App:
@mdx-js/mdx
,@mdx-js/loader
@svgr/webpack
babel-plugin-macros
classnames
copy-webpack-plugin
filewatcher-webpack-plugin
// TODO: Upgrade deps (npm audit
)foundation-sites
front-matter
importAll.macro
multicat
node_sass
react-hot-loader
react-router-dom
react-snapshot
MIT © Cofab
You can find more tools like this on the Cofab website.